Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 28, 2018 07:40
Show Gist options
  • Save vialyx/74e75f3b735767950dc5e75a4899f308 to your computer and use it in GitHub Desktop.
Save vialyx/74e75f3b735767950dc5e75a4899f308 to your computer and use it in GitHub Desktop.
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