New posts in mutable

Always declare std::mutex as mutable in C++11?

Is the use of del bad?

Are strings mutable in Ruby?

Mutable strings in Python

How to append or prepend on a Scala mutable.Seq

What is difference between mutable and immutable String in java

define a List like List<int,string>?

Changing a value in a list of lists [duplicate]

In Kotlin, how do you modify the contents of a list while iterating

Which JavaScript Array functions are mutating?

Why the "mutable default argument fix" syntax is so ugly, asks python newbie

Why do two identical lists with two different creation method behave differently upon item assignment? [duplicate]

copying a vector in 2 different ways doesn't give the same result [duplicate]

Why are integers immutable in Python?

Should mutexes be mutable?

Converting mutable to immutable map

Mutable variable is accessible from closure. How can I fix this?

What is the syntax for adding an element to a scala.collection.mutable.Map?

F#: let mutable vs. ref

Immutable/Mutable Collections in Swift

volatile vs. mutable in C++