Enum.sort/1

defmodule Enum do
  def sort(enumerable)
end

Sorts the enumerable according to Erlang’s term ordering.