Contents

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

See Also

Supporting view types