The zero value.
SDK
- Xcode 10.2+
Framework
- Swift Standard Library
Declaration
static var zero: UInt16 { get }
Discussion
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.
The zero value.
SDK
Framework
static var zero: UInt16 { get }
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.