Initializer

init(initialValue:)

Creates the state with an initial value. 状態をある初期値で作成します。

Declaration 宣言

init(initialValue value: Value)

Parameters パラメータ

value

An initial value of the state. 状態の初期値。

See Also 参照

Creating a State 状態を作成する