Search code examples
How do I create a struct of references to traits when one object might implement multiple of the tra...


rustmutabilityborrowing

Read More
`set-car!` of `cdr` changes `car` as well, why?...


data-structureslinked-listschememutability

Read More
Is making in-place operations return the object a bad idea?...


pythoncoding-stylemutablemutability

Read More
Mutability in fields for structs in Rust...


structrustmutability

Read More
How to increase element in a set?...


c++setimmutabilitymutability

Read More
Python: Adding attributes to mutables inside a function...


pythonmutability

Read More
How to call a method while iterating in Rust...


rustborrowingmutability

Read More
How do lifetimes in Rust impact mutability?...


rustimmutabilitylifetimeborrow-checkermutability

Read More
Rust - iterator with mut ref of owner inside...


rustiteratormutability

Read More
My cached function throws TypeError (decorated with lru_cache)...


pythonpython-3.xcachingtypeerrormutability

Read More
Create a var using a delegate that does not have a setter...


kotlindelegatesimmutabilitymutability

Read More
Mutability of core functions in Racket...


racketmutability

Read More
Change object directly in function is anti-pattern in python?...


pythonapi-designin-placemutability

Read More
How to modify the list elements with using no returning function...


pythonmutability

Read More
Cannot pass mutable reference to self directly...


linked-listrustmutability

Read More
How can I make a bottom-up mergesort function that mutates the input list?...


pythonlistwhile-loopmergesortmutability

Read More
NSMutableDictionary and mutableCopy...


objective-cnsmutabledictionarymutability

Read More
Python: Modifying an object by assigning it to another object...


pythonpython-3.xoopassignment-operatormutability

Read More
Why does a variable holding the result of Vec::get_mut not need to be mutable?...


rustmutability

Read More
How to implement a trait for any mutability?...


rusttraitsmutability

Read More
Mutable Property that Prohibits Direct Assignment - Swift...


swiftassignment-operatorvalue-typemutabilitymutating-function

Read More
Immutable borrow tied to mutable borrow causes "cannot borrow `*self` as mutable more than once...


rustborrow-checkermutability

Read More
How can I modify self in a closure called from a member function?...


rustclosuresborrow-checkermutability

Read More
Mutably borrow one struct field while borrowing another in a closure...


rustclosuresborrow-checkermutability

Read More
Local reference to inner array in swift...


c#arraysswiftjagged-arraysmutability

Read More
Python set won't perform union...


pythonscopesetunionmutability

Read More
Manipulating an Integer Object Without creating a new Instance?...


javaintegermutability

Read More
How can I use an object as a parameter of its own method in Rust?...


methodsrustborrow-checkermutability

Read More
What is causing this "cannot borrow as mutable" exception?...


referencerustmutability

Read More
How can you use an immutable Option by reference that contains a mutable reference?...


referencerustimmutabilitymutability

Read More
BackNext