Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 19, 2018 12:19
Show Gist options
  • Save vialyx/b5f66368782eba02fc96b54931211ddb to your computer and use it in GitHub Desktop.
Save vialyx/b5f66368782eba02fc96b54931211ddb to your computer and use it in GitHub Desktop.
let twoThousand: UInt16 = 2_000
let one: UInt8 = 1
let twoThousandAndOne = twoThousand + UInt16(one)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment