[][src]Type Definition typed_index_collections::TiSliceMutMap

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

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