pub type Iter<'a, K, V, C> = Iter<'a, AnyRange<K>, V, C>;
pub struct Iter<'a, K, V, C> { /* private fields */ }