also: ナルがた
noun
null type
In programming, a type that represents the absence of a value; often used in languages with nullable types or option types.
この言語では、ヌル型の変数には値が入っていないことを明示できる。
In this language, a variable of null type can explicitly indicate that it holds no value.