Search code examples
const_cast vs mutable and undefined behavior...

c++undefined-behaviormutableconst-cast

Read More
Store an object in a static Box and then retrieve as mutable?...

ruststaticmutablepyo3lazy-static

Read More
How can I introduce a copied variable as mutable in a if-let statement?...

rustmutable

Read More
What is the syntax to make a callback function variable mutable in Jetpack Compose?...

androidmutablecomposablemutablestateof

Read More
Call a function that uses `&mut self.0` in a loop (E0499)...

rustreferencelifetimemutable

Read More
How to pass a struct implementing multiple traits to a function accepting those traits as &mut?...

rustreferencetraitsborrow-checkermutable

Read More
Nushell table update works unless I set the result to a mutable variable...

mutablenushell

Read More
Accidentally mutating a copy of a struct instead of the struct itself...

swiftstructimmutabilitymutable

Read More
What is difference between mutable and immutable String in java...

javastringimmutabilitymutablestringbuffer

Read More
How to add if then else based on mutable variables in FParsec parsers?...

f#mutableside-effectsfparsec

Read More
Python itertools.zip_longest with mutable fillvalue...

pythonpython-3.xpython-itertoolsdefault-valuemutable

Read More
Is it possible to access a reference of a struct from a List<T> to make changes?...

c#liststructimmutabilitymutable

Read More
why MutableState<Float> is seen as Float when calling the function?...

kotlinandroid-jetpack-composeandroid-jetpackmutable

Read More
mutable data member, template constructor and trivially copy constructible...

c++language-lawyercopy-constructormutabletrivially-copyable

Read More
Sonar - Store a copy - Mutable members should not be stored or returned directly...

javaarraylistsonarqubemutable

Read More
How to execute an array of tasks sequentially?...

f#taskmutable

Read More
List comprehension several frames...

pythonpandasmutable

Read More
Parameter binding with immutable objects...

pythonfunctionparametersimmutabilitymutable

Read More
cannot borrow as mutable more than once at a time + the variable is a mutable queue...

rustreferencetreeborrow-checkermutable

Read More
Swift - How to mutate a struct object when iterating over it...

swiftstructcopymutable

Read More
Avoid "$0' is immutable" on a lazy getter function?...

swiftfilterlazy-evaluationmutable

Read More
Design a trait in Rust with a mutable getter and an immutable getter and that implements the immutab...

rustimmutabilitytraitsmutableunsafe

Read More
Convert web::Json<T> to &mut T...

rustmutableactix-web

Read More
are python3 mutable attributes shared?...

pythonpython-3.xmutable

Read More
Pandas dataframe mutability with loc method...

pythonpandasmutable

Read More
How to get a working mutable reference to a subset of an array?...

arraysoptimizationrustreferencemutable

Read More
I am unable to update to different mutable arrays while processing a big array using par_iter()...

arraysrustmutablerayon

Read More
Are variables obtained by destructuring a tuple mutable?...

rusttuplesdestructuringmutable

Read More
In Rust, what is the idiomatic way to install a mutable callback function on multiple subobjects at ...

rustcallbacklistenerborrow-checkermutable

Read More
Cannot borrow as mutable, getting a mutable reference from a borrowed value...

rustimmutabilitymutable

Read More
BackNext