Created
September 19, 2017 01:25
-
-
Save farhan-syed/57e3d4c4ebc85295a16b1b95a789e5d5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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