-
Notifications
You must be signed in to change notification settings - Fork 47
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement IndexMut #76
Comments
I don't think it's possible to implement this as the |
Pretty sure you just need a wrapper type. Don't return bool, return some wrapper type that implements |
|
Ah shoot, forgot about that. I think it should mostly work? Off the top of my head, if a user stores the result of |
Allows syntax like
received[id] = true;
The text was updated successfully, but these errors were encountered: