Skip to content

Instantly share code, notes, and snippets.

@victorbrndls
Created May 13, 2021 11:25
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 victorbrndls/c02d3a71304ab8cc69499066014779db to your computer and use it in GitHub Desktop.
Save victorbrndls/c02d3a71304ab8cc69499066014779db to your computer and use it in GitHub Desktop.
fun Any?.isNull() = this == null
if (something.isNull()) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment