The zero value.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
Discussion
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.
The zero value.
SDK
Framework
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.
static var min: Int
The minimum representable integer in this type.
static var max: Int
The maximum representable integer in this type.
static var is Signed: Bool
A Boolean value indicating whether this type is a signed integer type.