Source File
Pointer.hylo
Members
Subscripts
subscript pointer<T>(to x: T): Pointer<T> { let }
The address 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.
Product Types
type Pointer<Pointee>: Regular
A typed memory address whose contents can be read.