Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save MikeSilvis/f8fa278a6662537c06d857dbf28ee699 to your computer and use it in GitHub Desktop.
Save MikeSilvis/f8fa278a6662537c06d857dbf28ee699 to your computer and use it in GitHub Desktop.
extension String {
public var isPresent: Bool {
return !isEmpty
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment