Search code examples
Returning mutable reference when self is mutable, otherwise reference...

rusttraitsmutability

Read More
Strange mutation of map when passed value vs when passed by reference (Golang)...

functiongoparameter-passingmutability

Read More
is the ValueTuple structure only mutable as variable?...

c#immutabilitymutabilityvaluetuple

Read More
NSNumber responds positively to mutableCopy?...

objective-cnsnumbermutability

Read More
Calling child process and functional programming...

pythonfunctional-programmingmutability

Read More
Cannot borrow as immutable - String and len()...

rustimmutabilitymutabilityborrow-checker

Read More
Differences in Object modifications...

javaoopmutability

Read More
Is an object that contains a fixed set of mutable objects mutable?...

javamutability

Read More
Passing a reference to an element of an array to Accelerate...

arraysswiftpointersinteropmutability

Read More
Does Swift have quadratic string concatenation when using var?...

swiftstringmutability

Read More
How to extract values from &mut iterator?...

iteratorrustlifetimeborrow-checkermutability

Read More
Returning copies or clones of collections to prevent mutability...

javadictionarycollectionsclonemutability

Read More
Definition of a constant field in Bloch's Effective Java 2nd edition...

javaimmutabilityeffective-javamutability

Read More
Mutability issue with self and collections in Rust...

rustmutability

Read More
Why it's impossible to override `var` with `def` in Scala?...

scalaimmutabilityliskov-substitution-principlemutabilityuap

Read More
scala mutable val List...

listscalaimmutabilitymutability

Read More
How does the Rust compiler know `Cell` has internal mutability?...

rustmutability

Read More
Understanding Mutability in F# : case study...

f#mutability

Read More
Why use readonly IEnumerable<T>...

c#ienumerableimmutabilityreadonlymutability

Read More
To temporarily hold the borrowed object...

rustmutabilityborrow-checkerborrowing

Read More
Changing elements of a list affects/does not affect a derived list...

pythonlistelementimmutabilitymutability

Read More
Member functions change object from main but not from other function...

c++encapsulationmember-functionsmutability

Read More
Python3: How can I control behavior of user defined class?...

pythonclassmutability

Read More
'List<T>.ForEach()' and mutability...

c#listforeachmutability

Read More
Modifying a slice of str's...

rustmutability

Read More
Correct pattern for mutable vs immutable...

objective-cimmutabilitynscopyingmutability

Read More
How to easily copy a non-mut &[u8] into to a &mut [u8]...

copyrustslicemutability

Read More
NSMutableArray can't be added to...

iphoneobjective-cmutability

Read More
Parsing data into a module-level mutable static variable...

staticrustmutability

Read More
swift: modify dictionary in place...

swiftmutability

Read More
BackNext