Logo

Programming-Idioms

History of Idiom 100 > diff from v36 to v37

Edit summary for version 37 by namjae:
New Elixir implementation by user [namjae]

Version 36

2017-02-23, 12:17:05

Version 37

2017-03-04, 07:23:44

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Idiom #100 Sort by a comparator

Sort elements of array-like collection items, using a comparator c.

Extra Keywords
list
Extra Keywords
list
Code
Enum.sort(items, c)