RadixHeap.Payload

Undocumented in source.

Members

Functions

front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
insert
void insert(T item)
Undocumented in source. Be warned that the author may not have intended to support it.
removeFront
void removeFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

last
K last;
Undocumented in source.
len
size_t len;
Undocumented in source.
v
StackPayload!T[K.sizeof * 8 + 1] v;
Undocumented in source.

Meta