NavigableSubMap.KeyInputRange

Undocumented in source.

Members

Functions

front
K front()
Undocumented in source. Be warned that the author may not have intended to support it.
moveFront
K moveFront()
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(K) dg)
Undocumented in source. Be warned that the author may not have intended to support it.
opApply
int opApply(int delegate(size_t, K) dg)
Undocumented in source. Be warned that the author may not have intended to support it.

Mixins

__anonymous
mixin SubMapInputRange
Undocumented in source.

Mixed In Members

From mixin SubMapInputRange

lastReturned
TreeMapEntry!(K, V) lastReturned;
Undocumented in source.
next
TreeMapEntry!(K, V) next;
Undocumented in source.
_fence
TreeMapEntry!(K, V) _fence;
Undocumented in source.
expectedModCount
int expectedModCount;
Undocumented in source.
this
this(TreeMapEntry!(K, V) first, TreeMapEntry!(K, V) fence)
Undocumented in source.
empty
bool empty()
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