MapTuple

Type Alias MapTuple 

Source
pub type MapTuple<Mapper, Tpl> = <(Mapper, Tpl) as TupleMap<Mapper, Tpl>>::Type;
Expand description

The type of a tuple when element-wise mapped with a mapper.

See also: map_tuple(), TupleMapper, TupleMap.