Type PropertySwift
zero
The zero value.
Implements requirement of
AdditiveArithmetic
.Available when
Self
conforms toExpressibleByIntegerLiteral
static var zero: Self { get }
Overview
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.