Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in immutability

"cannot borrow `graph` as immutable because it is also borrowed as mutable." How can I let Rust know that I'm done with that mutable borrow? [duplicate]

When does pandas do pass-by-reference Vs pass-by-value when passing dataframe to a function?

Creating an ImmutableList of a type that is unknown at compile-time

make object instance immutable

perl immutability moose

Process a stream of Tuples without mutability?

f# tuples immutability

Is it bad practice to return a mutable object when the return value is an immutable object?

Data structure like frozenset which maintains insertion order?

Immutable class appropriate when instances are used in a "what-if" tool?

How do I use collections in immutable class safely in Java?

How to properly express references in immutable model in Scala?

scala immutability

ImmutableArray how to use properly

Is there an immutable singly linked list implementation in Java?

Immutability and Graphs Models - How to create them?

Changing immutable members inside the constructor

How to "update" an immutable element in an immutable set in Scala?

scala set immutability

Why are record classes immutable by default, but record structs are not, in C#?

c# immutability record

Change property of immutable type

Extracting values from a deeply nested data structure in haskell

How can I prevent an object from being modified after it’s created in Java?

java class object immutability

Java - Modify object's internal data, or create new object with modified data

java oop immutability