UnrolledList.Range

Undocumented in source.

struct UnrolledList(T, Allocator = Mallocator, bool supportGC = shouldAddGCRange!T, size_t cacheLineSize = 64)
static
struct Range (
ThisT
) {}

Constructors

this
this()

Undocumented in source.

this
this(inout(Node)* current)

Undocumented in source.

Members

Functions

empty
bool empty()

Undocumented in source. Be warned that the author may not have intended to support it.

front
ET 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.

save
Range save()

Undocumented in source. Be warned that the author may not have intended to support it.

Meta