Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Cannot obtain a mutable reference when iterating a recursive structure: cannot borrow as mutable more than once at a time

rust mutable borrowing

Scala immutable map, when to go mutable?

Clojure mutable storage types

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

python mutable names

Why are integers immutable in Python?

python immutability mutable

are user defined classes mutable

What is a "mostly complete" (im)mutability approach for C#? [closed]

c# .net immutability mutable

How are mutable arrays implemented in Haskell?

Using volatile keyword with mutable object

Why does using `arg=None` fix Python's mutable default argument issue?

Are strings mutable in Ruby?