Open sullyj3 opened 1 year ago
I really worry about the requirement for indices to be sorted - if you don't have that, it can't operate lazily, if you do have that, there is an easy to make mistake that is really hard to find. I don't really know a way to fix this API.
fair point
I find myself constantly re-implementing this function:
Would you accept a PR for this?