Type Definition typed_index_collections::TiSliceMutMap[][src]

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

An iterator wrapper for iterators that yields TiSlice subslice mutable references.