[][src]Type Definition typed_index_collections::TiSliceKeys

type TiSliceKeys<K> = Map<Range<usize>, fn(_: usize) -> K>;

An iterator over all keys.

This struct is created by the TiSlice::keys method.