You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For modifying state and bindings, it would be convenient to have a modify method that combines both getter and setter into a (T) -> T or a (&mut T) -> (). We might have to figure out which one is more useful/common or perhaps provide both, in any case we'd want them to be default methods in Access.
The text was updated successfully, but these errors were encountered:
For modifying state and bindings, it would be convenient to have a
modify
method that combines both getter and setter into a(T) -> T
or a(&mut T) -> ()
. We might have to figure out which one is more useful/common or perhaps provide both, in any case we'd want them to be default methods inAccess
.The text was updated successfully, but these errors were encountered: