Subscript
pointer_to_element(at:)
Projects the address of the element at position.
subscript pointer_to_element(at position: Int): PointerToMutable<Element> { let }
Preconditions
-
position is in the range 0 ..< capacity().
Projects the address of the element at position.
subscript pointer_to_element(at position: Int): PointerToMutable<Element> { let }
position is in the range 0 ..< capacity().