検索結果- 英語 - 多言語
検索内容:
types
typing
Assigning or classification by type. / The act of typing on a keyboard.
種類や型に基づいて分類・割り当てを行うこと / キーボードなどで文字を入力する行為
typing
typings
type collection
(taxonomy) A collection from which the original concept of a taxonomic group was described.
分類群の原型概念を記述するために使用された標本の集合
built-in type
(computer science) A data type provided by a programming language as a basic building block, such as integer, character or Boolean, but in some languages also list, hash table or first class function.
プログラミング言語が基本的な構成要素としてあらかじめ用意しているデータ型。代表的な例として、整数型、文字型、論理型などがあり、言語によってはリスト、ハッシュテーブル、第一級関数なども含まれる。
composite type
(computer science) A data type that can be constructed in a programming language out of that language's primitive types and other composite types; exemplified by array, structure, and class.
(コンピュータサイエンス)プログラミング言語において、プリミティブな型や他の複合型を利用して構築可能なデータ型。たとえば、配列、構造体、クラスなどが含まれる。
type-safe
(programming) Not susceptible to the class of programming errors that could lead to items of one data type being incorrectly treated as another type.
プログラミングにおいて、あるデータ型の値が誤って別の型として扱われないように、安全性が保証された状態を指します。 / 型の不整合からくるプログラミングエラーを防ぐ設計や実装を意味します。 / データ型間の誤った変換や利用ミスを回避するためのシステム設計の特徴です。