Module map

Source

Structs§

ChainMap
Applies a given function f to every element of all given lists, collecting the new elements into a new list.

Type Aliases§

Map
Applies a given function to every element of a list, and collects the new elements into a new list.