Instance Method インスタンスメソッド

equatable()

Prevents the view from updating its child view when its new value is the same as its old value. ビューがそれの子ビューを更新することを、それの新しい値がそれの古い値と同じ場合に防止します。

Declaration 宣言

func equatable() -> EquatableView<Self>
Available when Self conforms to Equatable. SelfEquatableに準拠する場合に利用可能です。

See Also 参照

Identity