A.Enum.to_list

You're seeing just the function to_list, go back to A.Enum module for more information.

Specs

to_list(t(val)) :: [val] when val: value()

Converts enumerable to a list.

Mirrors Enum.to_list/1 with higher performance for Aja structures.