immutableの意味
不変の [時間が経っても変わらない、または変更できない].
immutableの使用例
以下の例を通じて"immutable"がさまざまな状況でどのように使われるかを見てみましょう。
例文
The laws of physics are immutable.
物理法則は不変です。
例文
The company has an immutable policy against discrimination.
同社には差別に対する不変のポリシーがあります。
例文
The immutable truth is that we all age and die.
不変の真実は、私たちは皆、老いて死ぬということです。
例文
The immutable fact is that the Earth orbits around the Sun.
不変の事実は、地球が太陽の周りを回っているということです。
immutableの類義語と反対語
immutableの類義語
- fixed
- rigid
- inflexible
- permanent
- unchangeable
immutableの対義語
immutableに関連するフレーズ
例文
The immutable law of gravity keeps us grounded on Earth.
不変の重力の法則により、私たちは地球にしっかりと固定されています。
例文
In Python, tuples are immutable objects.
Python では、タプルは不変オブジェクトです。
例文
In functional programming, lists are often implemented as immutable data structures.
関数型プログラミングでは、リストは不変のデータ構造として実装されることがよくあります。
immutableの語源
ラテン語の「immutbilis」に由来し、「in-」(ない)+「mutabilis」(変更可能)から来ています。
immutableの概要
Immutable [ɪˈmjuːtəbl]時間が経っても変わらない、または変更できないことを意味します。自然法則、政策、事実を説明するためによく使用されます。たとえば、「不変の真実は、私たちは皆年をとって死ぬということです。」 Immutableコンピュータ サイエンスにおいて、作成後に変更できないオブジェクトやデータ構造を記述するためにも使用されます。