A.Enum.intersperse

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

intersperse(enumerable, separator)

View Source

Specs

intersperse(t(val), separator) :: [val | separator]
when val: value(), separator: value()

Intersperses separator between each element of the given enumerable.

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