Test additional content header

OptionT   Conversion Operators

Overload List

(T to OptionT) Makes an implicit conversion from the Enum type to Option.
(OptionT to T) Makes an implicit conversion from the Option to its underlying Enum type.

See Also