init(wrappedValue : Value)
Creates the state with an initial wrapped value.
状態をあるラップされた初期値で作成します。
init(initialValue : Value)
Creates the state with an initial value.
状態をある初期値で作成します。
Availability 有効性
Technology
init()
Value
conforms to ExpressibleByNilLiteral
.
Value
がExpressibleByNilLiteral
に準拠する場合に利用可能です。
init(wrappedValue : Value)
init(initialValue : Value)