Type Property 型プロパティ

zero

The zero value. ゼロ値。

Declaration 宣言

static var zero: Self { get }
Available when Self conforms to ExpressibleByIntegerLiteral. SelfExpressibleByIntegerLiteralに準拠する場合に利用可能です。

Discussion 解説

Zero is the identity element for addition. For any value, x + .zero == x and .zero + x == x. ゼロは加算に対する単位元です。あらゆる値に対して、x + .zero == xかつ.zero + x == x