CompressedList.Range

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

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
T front()
Undocumented in source. Be warned that the author may not have intended to support it.
popFront
void popFront()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta