zero
The zero value.
Available because
Self
conforms toAdditiveArithmetic
.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
.