Just curious, if you will add Rust's `?` postfix iterator to decrease boilerplate code, caused by error checking? If considering this as a Go dialect then the philosophy of simplicity is the same, does postfix `?` corresponds to it or not?
Just curious, if you will add Rust's
?postfix iterator to decrease boilerplate code, caused by error checking?If considering this as a Go dialect then the philosophy of simplicity is the same, does postfix
?corresponds to it or not?