There was an error while loading. Please reload this page.
$
import options var s: Option[string] echo s s = some("") echo s s = some("abc") echo s
None[string] Some("") Some("abc")
None[string] Some() Some(abc)
Ref
/cc @PMunch