KeyValuePair.key

struct KeyValuePair(K, V)
K key;

Meta