Subject | English | Russian |
comp., MS | non-nullable type | тип, не допускающий пустого значения (Alex_Odeychuk) |
comp., MS | nullable type | тип, допускающий значение null (In C, an instance of the System.Nullable struct that can represent the normal range of values for its underlying value type, plus an additional null value) |
progr. | nullable type | тип, допускающий пустое значение (Alex_Odeychuk) |
comp., MS | nullable type | тип, допускающий неопределённое значение (it's a common feature on the .NET runtime, available in all languages Alex_Odeychuk) |
IT | nullable type | обнуляемый тип (Kotlin может проводить различие между ненулевыми и обнуляемыми типами. Типы по умолчанию являются `non-null`, и их можно сделать `nullable`, добавив `?` . bartov-e) |
IT | nullable type | тип, допускающий значения null (ssn) |