PointerPointer<T extends NativeType> extension

Extension on Pointer specialized for the type argument Pointer.

on

Properties

is64Bit bool
Returns true if the size of a pointer is 64-bit, false otherwise.
no setter
value Pointer<T>
The pointer at address.
getter/setter pair

Operators

operator [](int index) Pointer<T>
The pointer at address + size * index.
operator []=(int index, Pointer<T> value) → void