영어에서 Mutable 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Mutable array.
Prop may be mutable!
They are mutable rather than read-only.
Gt;>> but they can contain mutable objects.
Mutable members of const classes are modifiable.
A system is represented by a mutable list of actions.
A list is mutable, meaning you can change its contents.
Many programmers agree that shared mutable state is very, very bad.
Lists are mutable, that means we can change their elements.
Listing 19-10: Reading from or writing to a mutable static variable is unsafe.
Shared mutable state is the root of all evil.
The best way to avoid the problems discussed in this item is not to share mutable data.
They are similar to mutable attributes but var does not precede them.
The biggest problem is that the[[Get]] method, and others, may still return mutable objects.
List Mutable List, can contain mixed types[4.0,'string', True].
Similarly, if we want to iterate over mutable references, we can call iter_mut instead of iter.
Example mutable buffer objects include bytearray and a memoryview of a bytearray.
For example, there's this warning in the Cocoa documentation about modifying a mutable collection while you're iterating through it.
If a tuple contains any mutable object either directly or indirectly, it cannot be used as a key.
Tuples can be used as keys if they contain only strings, numbers, or tuples;if a tuple contains any mutable object either directly or indirectly, it cannot be used as a key.
Immutable classes, mutable="false", may not be updated or deleted by the application.
There are other good reasons to avoid mutable state when possible, but they're out of the scope of this guide.
Mutable and ref have been unified, so that the'mutable' syntax can now be used everywhere, and captured values will be automatically converted to heap-based'ref' values by the compiler when needed.
Otherwise, you might think that the mutable object is lost in the hash table.
If the element is mutable, the user agent should allow the user to change the e-mail address represented by its value.
Reference Cells Describes reference cells, which are storage locations that enable you to create mutable variables with reference semantics.
These are all traits, both the mutable and immutable packages have implementations of these as well as specialized implementations.
Although the strategy must go through more testing before human trials can begin, researchers who have struggled to develop a"universal" vaccine against the highly mutable flu virus say it merits serious attention.
Then we return two mutable slices in a tuple: one from the start of the initial slice to the mid index, and another from mid to the end of the slice.
This can be achieved by modifying the existing environment to the desired state(mutable infrastructure- it can be“mutated” or changed), or by destroying the current state and deploying the desired one(immutable infrastructure- it cannot be“mutated” or changed).