検索結果- 英語 - 多言語
検索内容:
type inferences
plural of type inference
型推論(複数形)。すなわち、「type inference」(型推論)の複数形を指し、プログラミングにおける型を自動的に判断する概念やメカニズムを意味します。
type inference
(software) The automatic deduction of the type of an expression in a programming language.
型推論: プログラミング言語において、式などの型が明示的な宣言なしに自動的に推定される仕組み / (ソフトウェア用語)プログラム中で、コンパイラやインタプリタが変数や式の型を自動的に決定する機能
type erasure
(software) A compile-time process by which explicit data type annotations are removed from a program, before run-time execution.
コンパイル時にプログラムから明示的な型注釈(データ型情報)を実行前に削除するプロセス。 / プログラムの実行前に、型情報を取り除くことで型に依存しない動作を実現する技法。
movable type
A system of printing and typography that uses movable components such as individual letters or punctuation to reproduce the elements of a document.
活版印刷:個々の文字や句読点などの可動部品を用いて文書の各要素を再現する印刷技術 / 可動活字印刷:移動可能な活字を組み合わせて印刷する方法
type faces
type introspections
type introspection
(object-oriented programming) The ability of a program to examine at run time the type or properties of an object.
プログラムが実行中にオブジェクトの型や属性(性質)を調べる能力、つまり型の内省機能を指す。
ur-type
A basic, primitive, or original type; prototype.
基本的な型 / 原始的な型 / 原型
type erasures
plural of type erasure
「type erasures」は「type erasure」の複数形です。つまり、型消去という概念の複数形を指します。
value type
(programming) A data type that represents a value directly, rather than a pointer or reference to something else. / (programming) A data type having deep-copy semantics.
プログラミングにおいて、値そのものを直接表現するデータ型。つまり、データそのものを保持し、ポインタや参照ではない。 / プログラミングにおいて、コピー操作の際にディープコピー(完全な複製)が行われる性質を持つデータ型。