Skip to content

Instantly share code, notes, and snippets.

@farhan-syed
Created September 19, 2017 01:25
Show Gist options
  • Save farhan-syed/57e3d4c4ebc85295a16b1b95a789e5d5 to your computer and use it in GitHub Desktop.
Save farhan-syed/57e3d4c4ebc85295a16b1b95a789e5d5 to your computer and use it in GitHub Desktop.
let sortedArray = companyArray.sorted(by: { $0 < $1 })
print(sortedArray)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment