A.Enum.flat_map
You're seeing just the function
flat_map
, go back to A.Enum module for more information.
Specs
Maps the given fun
over enumerable
and flattens the result.
Mirrors Enum.flat_map/2
with higher performance for Aja structures.