`any { it }` is what you are looking for, but a pl...
# stdlib
e
any { it }
is what you are looking for, but a plain
any()
on a boolean array is indeed confusing. Maybe it should be deprecated with a warning…..