The minimum representable integer in this type.
Required.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
For unsigned integer types, this value is always 0
. For signed integer types, this value is -(2 ** (bit
, where **
is exponentiation.