A.Enum.drop

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

drop(enumerable, amount)

View Source

Specs

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

Drops the amount of elements from the enumerable.

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