Skip to content

Instantly share code, notes, and snippets.

@SiegeLord
Created March 20, 2014 15:48
Show Gist options
  • Select an option

  • Save SiegeLord/9666834 to your computer and use it in GitHub Desktop.

Select an option

Save SiegeLord/9666834 to your computer and use it in GitHub Desktop.
Null
let bmp = core.create_bitmap(256, 256);
match bmp
{
Some(b) => /* b is not NULL */,
None => /* b is NULL, but inaccessible */
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment