Created
February 19, 2018 11:57
-
-
Save vialyx/0dd318e41b24ac66ed8fec6098c455a7 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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