Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 19, 2018 13:29
Show Gist options
  • Save vialyx/cc0f7f438935f8b594a399a6e665e296 to your computer and use it in GitHub Desktop.
Save vialyx/cc0f7f438935f8b594a399a6e665e296 to your computer and use it in GitHub Desktop.
let type = EventType(rawValue: 0)
let unwrappedType: EventType = type!
let type: EventType! = EventType(rawValue: 0)
let unwrappedType: EventType = type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment