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

An iterator over all keys.

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