defmodule Enum do def reverse(enumerable) end
Returns the elements from enumerable in reverse order.
enumerable