CompressedList.NodePointer

Undocumented in source.
struct CompressedList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
struct NodePointer {}

Constructors

this
this(Page* page, byte index)
Undocumented in source.

Members

Functions

opUnary
T opUnary()

This is unsafe as you may refer to deleted node. You are free to wrap it in @trusted code if you know what are you doing.

Meta