The minimum representable integer in this type.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
static var min: Self { get }
Available when Self conforms to FixedWidthInteger .
Discussion
For signed integer types, this value is -(2 ** (bit
, where **
is exponentiation.