[][src]Module iter_num_tools::map

Provides a generic Map iterator that is similar but easier to create type signatures for than std::iter::Map.

Structs

Map

Works a lot like Map but accepts a non Fn(T)->O type, Instead, opting to use the trait Function for the mapping function. This makes creating types using map a lot easier

Traits

Function

Function is a generic trait for a Fn(T)->O