Logo

Programming-Idioms

History of Idiom 100 > diff from v51 to v52

Edit summary for version 52 by miguel:
New Kotlin implementation by user [miguel]

Version 51

2019-09-26, 17:27:00

Version 52

2019-09-26, 22:20:53

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
items.sortWith(c)