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 : ViewA 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.
@frozen struct EquatableView<Content> where Content : Equatable, Content : View