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 nonisolated struct EquatableView<Content> where Content : Equatable, Content : View