A.Enum.map
You're seeing just the function
map
, go back to A.Enum module for more information.
Specs
Returns a list where each element is the result of invoking
fun
on each corresponding element of enumerable
.
Mirrors Enum.map/2
with higher performance for Aja structures.