Content deleted Content added
Moved a link away from the disambiguation to the most likely intended internal page, and added it to the see also. |
|||
Line 2:
{{one source|date=November 2012}}
In many [[programming language]]s, '''map''' is the name of a [[higher-order function]] that applies a [[procedural parameter|given function]] to each element of a [[Functor (
The concept of a map is not limited to lists: it works for sequential [[Container (abstract data type)|containers]], tree-like containers, or even abstract containers such as [[futures and promises]].
Line 383:
==See also==
*[[Functor (functional programming)]]
*[[Convolution (computer science)]], also termed ''conv'' or ''zip'' * [[Filter (higher-order function)]]
* [[Fold (higher-order function)]]
|