max
The maximum representable integer in this type.
Declaration
static var max: Self { get }Discussion
For signed integer types, this value is (2 ** (bitWidth - 1)) - 1, where ** is exponentiation.
The maximum representable integer in this type.
static var max: Self { get }For signed integer types, this value is (2 ** (bitWidth - 1)) - 1, where ** is exponentiation.