KeyRange.KeyValuePair

Undocumented in source.
struct KeyRange(K, V)
struct KeyValuePair {}

Members

Functions

opEquals
bool opEquals(KeyValuePair arg)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

key
K key;
Undocumented in source.
value
V value;
Undocumented in source.

Meta