A.Enum.at

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

at(enumerable, index, default \\ nil)

View Source

Specs

at(t(val), integer(), default) :: val | default
when val: value(), default: any()

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

Mirrors Enum.at/3 with higher performance for Aja structures.