Appearance
(Generator) A list of values where the closure has been called on each value.
[1, 2, 3] | map => x: x + 1 #=> [2, 3, 4]