contiguousElements
Returns a MutableSpan over the backing memory of this view if the memory is in a contiguous layout, otherwise returns nil.
Declaration
@export(implementation) var contiguousElements: MutableSpan<Element>? { mutating get }Returns a MutableSpan over the backing memory of this view if the memory is in a contiguous layout, otherwise returns nil.
@export(implementation) var contiguousElements: MutableSpan<Element>? { mutating get }