Instantiator for Nullable.
auto x = 42.5.nullable; assert(is(typeof(x) == Nullable!double));
See Implementation
Instantiator for Nullable.