.filter()
Not having to write useless type casting boilerplate like this: https://github.com/majewsky/sqlproxy/blob/f5b297e7dce14c0453...
Not having to write `if err != nil { return nil, err }` every second line. (Or, in other words, Rust's question-mark operator.)
.filter()
Not having to write useless type casting boilerplate like this: https://github.com/majewsky/sqlproxy/blob/f5b297e7dce14c0453...
Not having to write `if err != nil { return nil, err }` every second line. (Or, in other words, Rust's question-mark operator.)