Source File

PointerToMutable.hylo

Members

Functions

fun initialize<T: Movable>(_ x: set T, to y: sink T)

Initializes x to y.

Subscripts

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

The address of x.

Product Types

type PointerToMutable<Pointee>: Regular

A typed memory address whose contents can be read and written.