Structure

EquatableView

A view type that compares itself against its previous value and prevents its child updating if its new value is the same as its old value. あるビュー型、それはそれ自身をそれの前の値と比較して、それの新しい値がそれの古い値と同じならば、それの子を更新することを防ぎます。

Declaration 宣言

@frozen struct EquatableView<Content> where Content : Equatable, Content : View

Topics 話題

Creating an Equatable View 同一視可能ビューを作成する

Supporting Types 支援を行う型

Default Implementations 省略時実装

Relationships 関係

Conforms To 次に準拠

See Also 参照

Supporting View Types