A.Enum.fetch-exclamation-mark

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

fetch!(enumerable, index)

View Source

Specs

fetch!(t(val), integer()) :: val when val: value()

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

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