Type Definition tupleops::MapTuple[][src]

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.