Assigns a value to the optional or sets it to none.
If T is of class type, interface type, or some function pointer than passing in null sets the optional to none internally
See Implementation
Assigns a value to the optional or sets it to none.
If T is of class type, interface type, or some function pointer than passing in null sets the optional to none internally