Subscript
contiguous_storage
Projects a pointer to the start of the array's contiguous storage.
property contiguous_storage: Pointer<Element> { let }
Details
The projected pointer is valid only for the duration of the projection and can be advanced up to count(). It may be null if self is empty.