KeyValuePair.value

struct KeyValuePair(K, V)
V value;

Meta