func tag<V>(V) -> some View
Sets the unique tag value of this view.
このビューの固有タグ値を設定します。
func id<ID>(ID) -> some View
Binds a view’s identity to the given proxy value.
ビューのもつ同一性をこの与えられた値とバインドします。
func equatable() -> EquatableView <Self>
Prevents the view from updating its child view when its new value is the same as its old value.
ビューがそれの子ビューを更新することを、それの新しい値がそれの古い値と同じ場合に防止します。
Available when
Self
conforms to Equatable
.
Self
がEquatable
に準拠する場合に利用可能です。