A.Enum.shuffle

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

Specs

shuffle(t(val)) :: [val] when val: value()

Returns a list with the elements of enumerable shuffled.

Mirrors Enum.shuffle/1 with higher performance for Aja structures.