Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

Cloning ListBuffer immutable issue Scala

Does Object destructing work by reference or it clones the object

Modify current list by adding an element - Haskell 101

list haskell immutability

Returning a mutable reference that is behind an immutable reference, passed to the function

Immutable local values in c# - a specific use case

c# constants immutability

Immutable data in Java - static or instance operators?

java static immutability

Is it correct to return IndexesSeq instead of Array if an immutable array is needed in Scala?

Need I make all classes immutable?

how using Mutable key in hashamp working in this example?

java hashmap immutability

Immutable list in Python

Enforce immutability or partial immutability that doesn't fail silently

Is it undefined behavior to mutate an immutable local variable?

Guava ImmutableSortedSetMultimap?

generate a modified copy of a tuple

python tuples immutability

Immutable object design for performance

is the ValueTuple structure only mutable as variable?

Why an immutable class is mutable in Groovy?

groovy immutability

Returning a new structure with fields changed in Julia

struct julia immutability

How to work with javascript Map without mutations

Is this a valid Java implementation of an immutable class and the Builder pattern?