The maximum representable integer in this type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Available when Self conforms to Fixed Width Integer.
Discussion
For signed integer types, this value is (2 ** (bit
, where **
is exponentiation.