Skip to content

Instantly share code, notes, and snippets.

@beinteractive
Created November 30, 2013 15:14
Show Gist options
  • Save beinteractive/7720277 to your computer and use it in GitHub Desktop.
Save beinteractive/7720277 to your computer and use it in GitHub Desktop.
// length を持ってれば empty? が使える
extension EmptyExtension
{
requires length:UInt
get empty?():Boolean { length > 0 }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment