map
map(x, callback)
Create a new matrix or array with the results of the callback function executed on each entry of the matrix/array.
Try it yourself:
$1 | map([1, 2, 3], square)
|
See also:
All functions