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
{{ message }}
This repository was archived by the owner on Jan 25, 2022. It is now read-only.
I have the following use case:
Now, I would like to use spread syntax to construct a new immutable version of
stProxy:However, the
stProxyfunctionality would be lost then.So what if
{...st, ...}desugars to something like that instead: