Constructs an Optional!T value by assigning T
If T is of class type, interface type, or some function pointer then passing in null sets the optional to none interally
See Implementation
Constructs an Optional!T value by assigning T
If T is of class type, interface type, or some function pointer then passing in null sets the optional to none interally