BlockRange

Range for blocks.

extern (C++) @nogc nothrow
struct BlockRange {}

Constructors

this
this(block* b)
Undocumented in source.

Members

Functions

empty
bool empty()
Undocumented in source. Be warned that the author may not have intended to support it.
front
block* 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