Standard Library

Standard Library

Descending Sort with Enum.sort for Lists without using Enum.reverse

In Elixir 1.10 sorts can be done in reverse order without an Enum.reverse call

Read