A.Enum.zip

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

zip(enumerable1, enumerable2)

View Source

Specs

zip(t(val1), t(val2)) :: [{val1, val2}] when val1: value(), val2: value()

Zips corresponding elements from two enumerables into one list of tuples.

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