init()
Creates a state without an initial value.
状態を初期値なしで作成します。
Available when
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init(initialValue : Value)
Creates the state with an initial value.
状態をある初期値で作成します。