Skip to content

`any()`

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

Much in the same way as all(), this implements any().

There are a couple of optimizations that we can do from any() to !all() and vice versa; these are updated in mtop_all_meat.hpp too.

The diff won't make sense until !55 (merged) is merged.

Merge request reports