A.Enum.fetch

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

fetch(enumerable, index)

View Source

Specs

fetch(t(val), integer()) :: {:ok, val} | :error when val: value()

Finds the element at the given index (zero-based).

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