A.Enum.shuffle
You're seeing just the function
shuffle
, go back to A.Enum module for more information.
Specs
Returns a list with the elements of enumerable
shuffled.
Mirrors Enum.shuffle/1
with higher performance for Aja structures.