Bcaa.BCAARange

Undocumented in source.
struct Bcaa(K, V, Allocator = Mallocator)
struct BCAARange (
B
alias rangeType
) {}

Members

Functions

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

Variables

bucks
B* bucks;
Undocumented in source.
current
size_t current;
Undocumented in source.
len
size_t len;
Undocumented in source.

Meta