Subscript

mutable_pointer(to:)

The address of x.

Source
subscript mutable_pointer<T>(to x: inout T): PointerToMutable<T> { let }