A.Enum.to_list
You're seeing just the function
to_list
, go back to A.Enum module for more information.
Specs
Converts enumerable
to a list.
Mirrors Enum.to_list/1
with higher performance for Aja structures.