Instantiator for Nullable.
auto x = 3.nullable!(int.max); assert(is (typeof(x) == Nullable!(int, int.max)));
See Implementation
Instantiator for Nullable.