Anonymous
9/10/2025, 1:26:53 PM
No.106545433
>>106544975
I see. The borrow checker should have allowed mutable shared references when in a single thread context.
The justifications I've read that about why it's not like that are retarded. Things like iterators and side effects orderings. Iterator safety should simply be ensured by another mechanism and likewise the side effect ordering thing shouldn't be a concern for the borrow checker.
I see. The borrow checker should have allowed mutable shared references when in a single thread context.
The justifications I've read that about why it's not like that are retarded. Things like iterators and side effects orderings. Iterator safety should simply be ensured by another mechanism and likewise the side effect ordering thing shouldn't be a concern for the borrow checker.