Contents

contiguousElements

Returns a Span over the backing memory of this view if the memory is in a contiguous layout, otherwise returns nil.

Declaration

var contiguousElements: Span<Element>? { get }

Discussion