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