Skip to content

`find_finite()`, `find_nonfinite()`, and `find_nan()`

Ryan Curtin requested to merge rcurtin/bandicoot-code:find_variants into unstable

Quick adaptations of find().

I also found a bug in all() and any(); now we avoid actually calling any kernels if the vector is empty.

Merge request reports