NavigableSubMap.SubMapInputRange

Iterators for SubMaps

Constructors

this
this(TreeMapEntry!(K, V) first, TreeMapEntry!(K, V) fence)
Undocumented in source.

Members

Functions

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.

Variables

_fence
TreeMapEntry!(K, V) _fence;
Undocumented in source.
expectedModCount
int expectedModCount;
Undocumented in source.
lastReturned
TreeMapEntry!(K, V) lastReturned;
Undocumented in source.
next
TreeMapEntry!(K, V) next;
Undocumented in source.

Meta