ConcreteRange

Undocumented in source.

Members

Functions

back
auto back()
Undocumented in source. Be warned that the author may not have intended to support it.
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.
length
size_t length()
Undocumented in source. Be warned that the author may not have intended to support it.
opDollar
auto opDollar()
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opIndex
auto opIndex(size_t[2] idx)
Undocumented in source. Be warned that the author may not have intended to support it.
opSlice
size_t[2] opSlice(size_t start, size_t end)
Undocumented in source. Be warned that the author may not have intended to support it.
popBack
void popBack()
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
ConcreteRange save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

r
R r;
Undocumented in source.
w
W w;
Undocumented in source.

Meta