Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

safe publication of mutable object

Modifying a string while looping on it

Is static initialized unmodifiableCollection.get guaranteed immutable?

In Java, is the immutability of Strings considered in the implementation of String.format()?

How do I return an immutable parameter from a method, unchanged, and without a copy in c++?

c++ immutability

Why XML literals yield mutable objects in Scala?

xml scala immutability

Is there a maintained immutable priority queue in Scala?

ImmutableArray<> behaves differently than Array<> for nested Select with index

Good way to create a immutable class with modifiers (thread-safe)

Slow performance from ImmutableList<T> Remove method in Microsoft.Bcl.Immutable

readonly changing the behavior of a struct

c# immutability readonly

'Series' objects are mutable, thus they cannot be hashed error calling to_csv

python csv pandas immutability

Create DEEP immutable object in runtime

java immutability cglib

How do I declare a const pointer to non-const / mutable data in D?

Returning a new structure with fields changed

Undo/Redo with immutable objects

Is there a relationship between calling a function and instantiating an object in pure functional languages?

How can I load a Hibernate-mapped set as an unmodifiable set?

Problems about Binary Search Tree in Clojure (immutable structure)

A method declaring a mutable data structure as an output and returning an immutable one actually