Skip to content

Instantly share code, notes, and snippets.

@frankhillard
Created November 22, 2019 17:08
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 frankhillard/d8c88957272ba5150a65efcd7264f6fd to your computer and use it in GitHub Desktop.
Save frankhillard/d8c88957272ba5150a65efcd7264f6fd to your computer and use it in GitHub Desktop.
sample snippet code
code {
...
GET; # Return an element of a map
IF_SOME # This check must be done
{} # If element exists
{} # If element does not exist
...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment