Opt
Allows storing optional value that could be nil or actual value.
nil
obj Opt { }
Opt.str()
Returns a string representation.
fn Opt.str () str