Handle

Undocumented in source.

Constructors

this
this(ushort index, ushort counter)

Constructs a new handle from an index and update counter state.

this
this(uint handle)

Reconstructs a packed handle.

Members

Functions

opCast
I opCast()

Packs a handle into a uint.

toHash
hash_t toHash()

Computes the hash of a handle (its packed value).

Properties

counter
ushort counter [@property getter]

The update counter of the handle, that guarantees the validity of a handle.

index
ushort index [@property getter]

The index of the stored element into the handle manager.

Meta