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
Hi, I believe part of the problem is that the ref error has an incomplete SimpleWrapper instance ( its err field is nil), which will mess up the type mark.
Does the error persist if you add a proper err to your SimpleWrapper reference?
In any case, I agree the ergonomics are not ideal, so perhaps there's something to improve here.
Hello!
I'm interested in carefree iteration over lists whose lengths can vary:
And I made an example that breaks this code:
Where am I wrong?
The text was updated successfully, but these errors were encountered: