Optional API

Opt

Allows storing optional value that could be nil or actual value.

obj Opt {
}

Opt.str()

Returns a string representation.

fn Opt.str () str