Mar 12, 2024
Prevents the view from updating its child view when its new value is the same as its old value
https://developer.apple.com/documentation/swiftui/view/equatable()
Available when Self(View) conforms to Equatable.
Prevents the view from updating its child view when its new value is the same as its old value
https://developer.apple.com/documentation/swiftui/view/equatable()
Available when Self(View) conforms to Equatable.