A.Enum.reverse
You're seeing just the function
reverse
, go back to A.Enum module for more information.
Specs
Returns a list of elements in enumerable
in reverse order.
Mirrors Enum.reverse/1
with higher performance for Aja structures.
Specs
Reverses the elements in enumerable
, concatenates the tail
,
and returns it as a list.
Mirrors Enum.reverse/2
with higher performance for Aja structures.