Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mutable

Mutable class as a child of an immutable class

How do you declare the values of a dictionary entry as mutable?

f# dictionary mutable

Does it make sense to modify in-place AND return a copy?

c++ python mutable

NSMutableDictionary: mutating method sent to immutable object

How to get a List of (immutable and mutable) Sets in scala?

What is the proper way to remove elements from a scala mutable map using a predicate

Correct alternative to a 'mutable function' in c++

c++ mutable

Java Mutable BigInteger Class

Android mutable bitmap

Is an immutable Bitmap faster then a mutable one?

android bitmap mutable

Why are System.Windows.Point & System.Windows.Vector mutable?

When is it okay to use "var" in Scala?

Passing parameters to lambda in C++

c++ lambda parameters mutable

What is the theory behind mutable and immutable types?

scala append to a mutable LinkedList

scala collections mutable

How do I pass a reference to mutable data in Rust?

pointers mutable rust

Set Collection for mutable objects in Java

Haskell mutable map/tree

mutable fields in Julia struct

Is making in-place operations return the object a bad idea?