Pair

Undocumented in source.
struct Pair (
KeyType
ValueType
) {}

Members

Variables

key
KeyType key;
Undocumented in source.
value
ValueType value;
Undocumented in source.

Meta