Search code examples
What is the difference between returning an Array and an IList<>? (RE: Eric Lippert's harm...


c#arrayscollectionsreturn-typemutability

Read More
Rust - double mutable borrow in 'while let' statement...


rustborrow-checkeravl-treemutability

Read More
why does variable assignment not work on lists sometimes...


pythonpython-3.xlistmutability

Read More
I'm unable to understand how to borrow an item from a vector mutably in Rust...


rustborrow-checkermutability

Read More
When should I make a closure mut?...


rustclosuresmutablemutability

Read More
Why are the values in a given HashMap mutable when I don't believe I have explicitly declared th...


rustcollectionshashmapmutability

Read More
Copying objects in js (need guidance on pass by reference from docs)...


javascriptobjectcloningcopyingmutability

Read More
Prae:Wrapper: need to use iter_mut of interior Vec but Prae:Wrapper only provides immutable access...


validationrustmutability

Read More
How to use struct self in member method closure...


rustclosuresborrow-checkermutability

Read More
Iterating and modifying a list of numpy arrays leave arrays unchanged...


pythonarraysnumpyreferencemutability

Read More
While loop with next() vs foreach...


phppointersimmutabilitymutability

Read More
Add a new property to an object from an array of objects in Javascript...


javascriptarraysobjectspreadmutability

Read More
In Haskell, does mutability always have to be reflected in type system?...


haskellimmutabilityghcmutabilitytype-theory

Read More
Python: bytearray object becomes bytes (immutable) when populated...


pythonarraysbytemutability

Read More
Why can't I reassign variables in this function?...


pythonlistintegermutability

Read More
Difference between full variable shallow copying and slice partial copying...


pythonarraysslicemutability

Read More
Why is a stored function in an object property being overwritten (Python)?...


pythonpython-3.xlambdaenumeratemutability

Read More
Aren't Python strings immutable? Then why does a + " " + b work?...


pythonstringimmutabilitymutability

Read More
Can I link two variables such that one is double of another in python?...


pythonlistmemorymutability

Read More
the inplace parameter in pandas how it works?...


pythonpython-3.xpandasmutabilitycall-by-value

Read More
Does Python += operator make string mutable?...


pythonstringpython-2.7mutability

Read More
How to keep an array with objects immutable in javascript?...


javascriptarraysmutability

Read More
How to avoid linking of objects in a list?...


pythonlistobjectmemorymutability

Read More
Why mutable lists of different types behave as immutable when put inside a mutable list...


kotlinmutabilitymutablelist

Read More
Pattern Matching does not allow me to change values...


parsingrustpattern-matchingmutability

Read More
Making variable sized immutable list in Kotlin...


listkotlinimmutabilitymutability

Read More
Array mutability and variable reference scenario is unclear...


javascriptvariablesmutability

Read More
A copy of an array changes the original array even with slice...


javascriptp5.jsmutability

Read More
How do I work around mutability in moment.js?...


javascriptobjectimmutabilitymomentjsmutability

Read More
Two mutable pointers...


rustreferencemutability

Read More
BackNext