TiEnumerated

Type Alias TiEnumerated 

Source
pub type TiEnumerated<I, K, V> = Map<Enumerate<I>, fn((usize, V)) -> (K, V)>;
Expand description

An iterator over all key-value pairs.

This struct is created by the TiSlice::iter_enumerated, TiSlice::iter_mut_enumerated and TiVec::drain_enumerated methods.

Aliased Type§

pub struct TiEnumerated<I, K, V> { /* private fields */ }

Layout§

Note: Unable to compute type layout, possibly due to this type having generic parameters. Layout can only be computed for concrete, fully-instantiated types.