Examples of using Are immutable in English and their translations into Chinese
{-}
-
Political
-
Ecclesiastic
-
Programming
Tuples are immutable which means you cannot update or change the values of tuple elements.
Made up of Unicode, strings are immutable sequences, meaning they are unchanging.
Additionally, even though tuples are immutable, they can hold mutable data if needed.
Segments are immutable, so documents cannot be removed from older segments, nor can older segments be updated to reflect a newer version of a document.
Instead, all data elements in MapReduce are immutable, meaning that they cannot be updated.
For example, integers are immutable, since there's no way to change them.
Python numbers are immutable objects so any change in the value would lead to the creation of a new object.
There is no single reason that bindings are immutable by default, but we can think about it through one of Rust's primary focuses: safety.
Persistent data structures. which are immutable, handle modifications by creating and returning new instances while keeping the parts underneath that weren't modified.
In Java or C, Strings are immutable and we are taught to use other structures to build Strings dynamically, like a StringBuilder.
Since SSTables are immutable, the problem of permanently removing deleted data is transformed to garbage collecting obsolete SSTables.
Because BigDecimal objects are immutable, each of these methods produces a new BigDecimal object.
Because the core data structures are immutable, they can be shared readily between threads.
Also because of this, primitive types are immutable, because they have no methods attached that can mutate it.
As segments are immutable, updating a document requires Elasticsearch to first find the existing document, then mark it as deleted and add the updated version.
Bible speaks and warns that the commandments are immutable, and that power will come, who will try to change God's commandments.
Also, because tuples are immutable they can be used as keys in dictionaries.
Ledger: is an append-only record store, where records are immutable and may hold more general information than financial records.
Kleppmann derives a pattern from his example; input raw events are immutable facts, easy to store and a source of truth.
We also said that documents are immutable: they cannot be changed, only replaced.