A.Enum.take

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

take(enumerable, amount)

View Source

Specs

take(t(val), integer()) :: [val] when val: value()

Takes an amount of elements from the beginning or the end of the enumerable.

Mirrors Enum.take/2 with higher performance for Aja structures.