Search code examples
When is it okay to use "var" in Scala?...


scalafunctional-programmingvarmutable

Read More
What's the difference between placing "mut" before a variable name and after the &quot...


variablessyntaxreferencerustmutable

Read More
Why I got "cannot borrow `arr[_]` as mutable more than once at a time"?...


rustswapmutableborrow

Read More
Why do Rust lifetimes break mutable references in loops?...


rustrefactoringmutableborrow-checker

Read More
Kotlin list removeAll is not working with a list...


androidlistkotlinmutablemutablelist

Read More
How to pass a mutable list as a parameter of a function (kotlin)...


kotlinuser-inputbubble-sortmutable

Read More
Remove duplicate mutable objects from a list...


pythonduplicatesidentitymutable

Read More
Composable function not being executed after mutable value change...


kotlinstateandroid-jetpack-composemutableexoplayer2.x

Read More
Why do we use val instead of var for remembering mutable state in Jetpack Compose?...


androidkotlinandroid-jetpack-composemutable

Read More
Modifying a data of type "static const int* const" from a member function...


c++mutable

Read More
Dataclass-style object with mutable and immutable properties?...


pythonimmutabilitypython-3.7mutablepython-dataclasses

Read More
List non-mutating method...


pythonmutable

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


listiteratorkotlinmutable

Read More
Python updating list from constructor by object.attribute...


pythonlistconstructorappendmutable

Read More
Understanding how mutable variables behave across different scopes...


pythonpython-3.xlistscopemutable

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


scalascala-2.8mutablescala-collections

Read More
Is it possible to make wrapper object for numbers, e.g. float, to make it mutable?...


pythonpython-3.ximmutabilitymutableshallow-copy

Read More
Python Pandas: "Series" objects are mutable, thus cannot be hashed when using .groupby...


pythonpandasdataframemutable

Read More
How to initialize record with option types in fsharp...


f#initializationoption-typemutable

Read More
How do I create an F# mutable option type?...


typesf#option-typemutable

Read More
looping through member variables and changing their type (in Python)?...


pythonmemberselfiterablemutable

Read More
Create a vector with macro iterator syntax...


ruststaticmutablerust-proc-macros

Read More
How do I pass a mutable vector as a function parameter in Rust?...


rustmutable

Read More
Python mutable NamedTuple...


pythonstructpython-3.6mutablenamedtuple

Read More
Mutate a Vec element with a capturing pattern match...


design-patternsrustmatchcapturemutable

Read More
Rust How to modify a polars DataFrame in a function, so that the caller see the changes?...


rustreferencemutablerust-polarsborrow

Read More
Mutate a immutable reference that points to vector element...


rustreferencemutable

Read More
Rust immutable borrow followed by mutating code in a same method...


rustimmutabilitymutableborrow

Read More
Cannot borrow data in dereference of `std::sync::RwLockReadGuard<'_, LruCache<i32, bytes::...


cachingrustmutable

Read More
When should I make a closure mut?...


rustclosuresmutablemutability

Read More
BackNext