The docs of `between()` say: `This is a shortcut for x >= left & x <= right` It would be nice to be able to set `between()` to exclude the values of `x` and `y`, that is equal to `x > left & x < right`