zero
The zero value.
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
.
The zero value.
Available when Self
conforms to ExpressibleByIntegerLiteral
static var zero: Self { get }
Zero is the identity element for addition. For any value, x + .zero == x
and .zero + x == x
.