Skip to content

Instantly share code, notes, and snippets.

@vincent-pradeilles
Created March 4, 2018 18:44
Show Gist options
  • Save vincent-pradeilles/f468d4dd9e540335c0734afe66e7c962 to your computer and use it in GitHub Desktop.
Save vincent-pradeilles/f468d4dd9e540335c0734afe66e7c962 to your computer and use it in GitHub Desktop.
contacts.sorted(by: (\.lastName, .ascending), (\.firstName, .descending))
// [{firstName "Alex", lastName "Alexson"},
// {firstName "Alex", lastName "Elexson"},
// {firstName "John", lastName "Webb"},
// {firstName "Charlie", lastName "Webb"},
// {firstName "Charles", lastName "Webb"},
// {firstName "Alex", lastName "Zunino"}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment