() test() { // TODO implement the makeopt operator. it should work similar to a struct literal (except if the value type is a pointer) /*var bool? x = makeopt :false; x = makeopt :true; if x == makeopt :false { } else if x == makeopt :true { }*/ var bool? x; if x == x { } }