Subscript
pointer_to_bytes(of:)
The address and size of a buffer covering the raw bytes of x.
subscript pointer_to_bytes<T>(of x: T): PointerToBuffer<Int8> { let }
The address and size of a buffer covering the raw bytes of x.
subscript pointer_to_bytes<T>(of x: T): PointerToBuffer<Int8> { let }