Allows you to create an Optional type in place.
This is useful if type T has a @disable this(this) for e.g.
See Implementation
Allows you to create an Optional type in place.
This is useful if type T has a @disable this(this) for e.g.