Created
June 6, 2018 20:38
-
-
Save kamwysoc/754de95b7ae1a8982260b41bf475eaaf to your computer and use it in GitHub Desktop.
This file contains 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 emptyCollection : [String] = [] | |
emptyCollection.randomElement() // retuns nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment