mapping.Range

Undocumented in source.

Constructors

this
this(T pairs)
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.
opIndex
auto opIndex(size_t index)
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
Range save()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

pairs
T pairs;
Undocumented in source.
position
size_t position;
Undocumented in source.

Meta