We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
If you are writing, you need two or more pointers to the same memory, and you can only have one &mut at a time. from: https://doc.rust-lang.org/nightly/book/references-and-borrowing.html#the-rules
If you are writing, you need two or more pointers to the same memory, and you can only have one &mut at a time.