Enumeration Case 列挙ケース

Optional.none

The absence of a value. ある値の不在。

Declaration 宣言

case none

Discussion 解説

In code, the absence of a value is typically written using the nil literal rather than the explicit .none enumeration case. コードにおいて、ある値の不在は一般的にnilリテラルを使って書かれます、明示的な.none列挙ケース節ではなく。

See Also 参照

Creating a Nil Value nil値の作成