pub type TiSliceRefMap<Iter, K, V> = Map<Iter, fn(_: &[V]) -> &TiSlice<K, V>>;
Expand description

An iterator wrapper for iterators that yields TiSlice subslice references.