A.Enum.unzip
You're seeing just the function
unzip
, go back to A.Enum module for more information.
Specs
Opposite of zip/2
. Extracts two-element tuples from the given enumerable
and groups them together.
Mirrors Enum.unzip/1
with higher performance for Aja structures.