Skip to content

Instantly share code, notes, and snippets.

@lizixroy
Created September 10, 2016 22:20
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 lizixroy/8119f55cb208560f2c237ce2f3add763 to your computer and use it in GitHub Desktop.
Save lizixroy/8119f55cb208560f2c237ce2f3add763 to your computer and use it in GitHub Desktop.
usage
func testMeToo() {
var optional: Bool?
let value = uw(optional) // instead of using "let value = optional!"
XCTAssertTrue(value)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment