Flatten two levels of Nullable.
t { auto i = 3.nullable.nullable; assert(i.flatten.get == 3
See Implementation
Flatten two levels of Nullable.