Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in mutable

What to return when overriding Object.GetHashCode() in classes with no immutable fields?

Can't append to scala's mutable LinkedList?

How to convert a mutable HashMap into an immutable equivalent in Scala?

How can I do a mutable borrow in a for loop?

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