A.Enum.take
You're seeing just the function
take
, go back to A.Enum module for more information.
Specs
Takes an amount
of elements from the beginning or the end of the enumerable
.
Mirrors Enum.take/2
with higher performance for Aja structures.