init(initialValue : ObjectType )
Creates an observed object with an initial value.
監視されるオブジェクトをある初期値で作成します。
Availability 有効性
Technology
init(wrappedValue: ObjectType )
wrappedValue
An initial value. 初期値。
You don’t call this initializer directly.
あなたは、このイニシャライザを直接に呼び出しません。
Instead, declare a property with the @Observed
attribute, and provide an initial value.
init(initialValue : ObjectType )