immutability
英
美
n. 不变;永恒性;不变性
BNC.43460 / COCA.38318
英英释义
noun
- the quality of being incapable of mutation
- Darwin challenged the fixity of species
双语例句
- Owing to their uniqueness and immutability, fingerprints have become the most widely used biometric feature in recent years.
由于指纹具有唯一性和终身不变性,正成为近年来应用最为广泛的生物特征。 - Structural sharing relies on the data's immutability to make sharing possible between the old and new instances of the data.
结构共享依靠数据的不可变性使数据新旧实例之间的共享成为可能。 - "Essay on the Nature and Immutability of Truth, in Opposition to Sophistry and Scepticism"
论自然和真理的不变性、反向诡辩和怀疑论 - Those who talk of the permanence and immutability of the finite, as well subjective as objective, may see the reverse illustrated in the operations of every appetite.
对那些大谈有限事物以及主观事物和客观事物的固定性和不可克服性的人来说,每一个意欲的活动都可以提供相反的例证。 - Because Java is optimized for manipulating state, you have to work around some of those mechanisms to gain the benefits of immutability.
因为Java已针对操纵状态进行了优化,因此您不得不绕过这样的一些机制来获得的不变性的一些好处。 - Package, is a good example of how to harness the power of immutability while still permitting occasional modifications.
类是如何既利用不变性的能力,又仍允许偶尔修改的一个良好示例。 - Farmers all over the world know the importance and immutability of the seasons.
全世界的农民们都明白季节的重要性和永恒性。 - In the next installment, I'll talk in depth about one of functional programming's building blocks: immutability.
在下一期文章中,我将深入介绍函数编程中的重要概念:不可变性。 - Notice that in both cases, the test terminates when an exception is thrown because of a violation of the immutability contract.
可以注意到,在这两个用例中,测试会在抛出异常时终止,这是因为有语句违反了不可变性合约。 - Python also has a concept of mutability and immutability: a tuple, for example, is an immutable list.
Python同时使用可变性和不变性的概念:举例来说,tuple就是一个不可变的列表。