[][src]Module iter_num_tools::map

Structs

Map

Works a lot like std::map::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