/// Retains keys and strips off `Value`s from a [crate::iter] iterator.
;
// TODO: This is generic for V, which is a stand-in for the Value, but in a
// `map::Trie<K,V>`, its iterators will actually reurn `(C, &V)`. Hopefully that
// won't matter.
/// Strip an iterator items `(K, V)` to only have `K`.