Skip to content

Instantly share code, notes, and snippets.

@vialyx
Created February 19, 2018 11:57
Show Gist options
  • Save vialyx/0dd318e41b24ac66ed8fec6098c455a7 to your computer and use it in GitHub Desktop.
Save vialyx/0dd318e41b24ac66ed8fec6098c455a7 to your computer and use it in GitHub Desktop.
let minUInt8Value = UInt8.min // minUInt8Value is equal to 0, and is of type UInt8
let maxUInt8Value = UInt8.max // maxUInt8Value is equal to 255, and is of type UInt8
let minInt64Value = Int64.min
let maxInt64Value = Int64.max
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment