Forces this to the null state.
Nullable!int ni = 0; assert(!ni.isNull); ni.nullify(); assert(ni.isNull);
See Implementation
Forces this to the null state.