Skip to content

Instantly share code, notes, and snippets.

@fitomad
Created June 3, 2019 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fitomad/bb853d7eaa25aee976bad2dac0ea3f01 to your computer and use it in GitHub Desktop.
Save fitomad/bb853d7eaa25aee976bad2dac0ea3f01 to your computer and use it in GitHub Desktop.
extension Collection
{
/// Ask in a *positive way *
/// if a collection is **not** empty
var isFilled: Bool
{
return !self.isEmpty
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment