Newbetuts
.
New posts in mutable
Does Java have mutable types for Integer, Float, Double, Long?
java
numbers
integer
mutable
built-in
How I can mutate a struct's field from a method?
rust
mutable
Create mutable List from array?
java
arrays
list
mutable
Python changing each value in the column of the matrix [duplicate]
python
list
nested-lists
mutable
Is Integer Immutable
java
immutability
mutable
Good uses for mutable function argument default values?
python
arguments
default-value
mutable
Converting immutable to mutable map java
java
spring-boot
dictionary
immutability
mutable
Existence of mutable named tuple in Python?
python
mutable
namedtuple
a mutable type inside an immutable container
python
list
tuples
immutability
mutable
Why does using `arg=None` fix Python's mutable default argument issue?
python
function
arguments
mutable
Why can't strings be mutable in Java and .NET?
java
.net
string
mutable
What's the difference between placing "mut" before a variable name and after the ":"?
variables
syntax
reference
rust
mutable
Mutable vs immutable objects
oop
immutability
mutable
Are mutable hashmap keys a dangerous practice?
hash
key
hashmap
hashcode
mutable
Python inconsistent behaviour in terms of referencing by comparing 2 simple examples [duplicate]
python
list
nested-lists
mutable
Does the 'mutable' keyword have any purpose other than allowing the variable to be modified by a const function?
c++
keyword
mutable
Immutable vs Mutable types
python
types
immutability
mutable
Why are mutable structs “evil”?
c#
struct
immutability
mutable
List of lists changes reflected across sublists unexpectedly
python
list
nested-lists
mutable
Prev