KeyValuePair

Key/value pair

struct KeyValuePair (
K
V
) {}

Members

Variables

key
K key;
value
V value;

Meta