A.Enum.split
You're seeing just the function
split
, go back to A.Enum module for more information.
Specs
Splits the enumerable
into two enumerables, leaving count
elements in the first one.
Mirrors Enum.split/2
with higher performance for Aja structures.