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

Добавить "Mutability" #52

Closed
ilyakmet opened this issue Sep 24, 2021 · 1 comment
Closed

Добавить "Mutability" #52

ilyakmet opened this issue Sep 24, 2021 · 1 comment

Comments

@ilyakmet
Copy link
Collaborator

Rust has many ways to allow some safe mutability inside of something that is immutable. The most simple way is called Cell. First we use use std::cell::Cell so that we can just write Cell instead of std::cell::Cell every time.

@ilyakmet ilyakmet changed the title Добавить "mutability" Добавить "Mutability" Sep 24, 2021
@funkill
Copy link
Member

funkill commented Sep 28, 2021

Предлагаю внести как вариант к mutable - изменяемый, mutability - изменяемость/изменчивость

@ava57r ava57r closed this as completed in a6d0382 Dec 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants