CompressedList.NodePointer

struct CompressedList(T, Allocator = Mallocator, bool GCRangesAllowed = true)
struct NodePointer {}

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