Skip to content

Instantly share code, notes, and snippets.

@vishw33
Created April 11, 2018 17:21
Show Gist options
  • Select an option

  • Save vishw33/b7b059f6fd57350536112d7a9c8cce36 to your computer and use it in GitHub Desktop.

Select an option

Save vishw33/b7b059f6fd57350536112d7a9c8cce36 to your computer and use it in GitHub Desktop.
let reArrangedPersonByAge = personArray.arrangePersonsByAge()
reArrangedPersonByAge.map{print("Person-Rearranged-Age :- \($0.age)")}
let reArrangedPersonBySalary = personArray.arrangePersonsBySalary()
reArrangedPersonBySalary.map{ print("Person-Rearranged-Salary :- \($0.salary)") }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment