LinkedHashMap.ValueInputRange

Undocumented in source.

Members

Functions

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

Mixins

__anonymous
mixin LinkedHashMapIterator
Undocumented in source.

Mixed In Members

From mixin LinkedHashMapIterator

this
this()
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