Logo

Programming-Idioms

History of Idiom 100 > diff from v46 to v47

Edit summary for version 47 by freecoder:
New Rust implementation by user [freecoder]

Version 46

2018-09-15, 21:05:58

Version 47

2018-12-17, 18:04:18

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.sort_by(c);
Doc URL
https://doc.rust-lang.org/std/vec/struct.Vec.html#method.sort_by
Demo URL
https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=52cf9e7048c0c19b13b273a724a08a59