Skip to content
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 dynamic borrow checking for List and Dict #136

Open
liquidev opened this issue Jan 29, 2023 · 0 comments
Open

Implement dynamic borrow checking for List and Dict #136

liquidev opened this issue Jan 29, 2023 · 0 comments

Comments

@liquidev
Copy link
Member

This is not strictly necessary right now since we don't have a Rust-like extend method for either of them, so the one mutable xor many immutable rule is not broken, but in the future we will probably want to have such a method and wouldn't want to break the rule.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: 📦 Backlog
Development

No branches or pull requests

1 participant