Optional.st

Undocumented in source.
struct Optional(T)
SumType!(Some, None) st;

Meta