nullOfInt top-level constant

int? const nullOfInt

A null object with a defined type of int?

int?の型を定義したnullオブジェクト。

Implementation

const int? nullOfInt = null;