Created
February 28, 2018 07:40
-
-
Save vialyx/74e75f3b735767950dc5e75a4899f308 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 incommingMessages: [String] = [] | |
print("emptiness: \(incommingMessages.isEmpty)") | |
print("counting: \(incommingMessages.count == 0)") |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment