Map (higher-order function)
In many programming languages, map is a higher-order function that applies a given function to each element of a collection, e.g. a list or set, returning the results in a collection of the same type.
Source: Wikipedia — Map (higher-order function) (CC BY-SA 4.0)