Search code examples
Is it (really that) bad to use case-classes for mutable state?...


scalamutablecase-class

Read More
Scala adding immutable list to mutable one...


listscalaimmutabilitymutableprepend

Read More
Python changing variables vs arrays in functions?...


pythonfunctionmethodsimmutabilitymutable

Read More
Is it possible to make a third-party mutable struct "more immutable" via F#?...


c#f#immutabilitymutable

Read More
Why am I getting an (inconsistent) compiler error when using a for comprehension with a result of Tr...


scalaoutputmutable

Read More
Instantiating multiple mutable variable...


javavariablesinstantiationmutable

Read More
I'm not able to isolate Array in OCaml from modifying...


arraysocamlmutable

Read More
Is there syntax to prevent instances of a class being const?...


c++classc++11constantsmutable

Read More
scala append to a mutable LinkedList...


scalacollectionsmutable

Read More
How to make a mutable reference to an immutable value...


rustpass-by-referencemutable

Read More
How to mutate a list with a function in python?...


pythonfunctionmutable

Read More
Removing an element from MutableList in Scala...


scalascala-collectionsmutable

Read More
Change state of List<T> inside extension method...


c#linqextension-methodsmutable

Read More
Creating byte buffers in rust...


bufferrustslicemutable

Read More
Draw text on canvas dont work with mutable bitmap...


androidgoogle-mapscanvasbitmapmutable

Read More
How to Make Python List Mutable as Its Slice is being changed...


pythonlistmutable

Read More
Akka context become preserving state order...


scalaakkamutable

Read More
How to edit an Item in a mutable list in f# and allow the other items in the list retain their value...


listf#mutable

Read More
SQLAlchemy/PostgreSQL mutable, deduplicated array...


pythonarrayspostgresqlsqlalchemymutable

Read More
Why can't I move a mutable function that contains a moved future?...


c++lambdamutablemove-constructor

Read More
What is difference between `mut a: &T` and `a: &mut T`?...


referencerustmutable

Read More
Functional programming and memory management...


memory-managementfunctional-programmingmutable

Read More
Mutable variable and case statement in Haskell...


haskellswitch-statementmutablecase-statement

Read More
When changing the value of a variable in C, is a new primitive created or is the current primitive m...


javaobjective-ccprimitivemutable

Read More
Overloading the del operator in a mutable string class python...


pythonstringoperator-overloadingmutable

Read More
Lifetime problems passing &mut to function and returning a closure...


closuresrustmutablelifetime

Read More
Are the objects in the following class immutable?...


javamultithreadingclassimmutabilitymutable

Read More
F# - Function not returning updated data...


functiondictionaryf#immutabilitymutable

Read More
Can I empty-base optimize mutable data?...


c++optimizationmutable

Read More
How to implement actions in ST-monad with my own underlying representation (similarly to STRef or ST...


haskellffimutablestate-monad

Read More
BackNext