Why is `any()` needed at all, given that there’s t...
# stdlib
h
Why is
any()
needed at all, given that there’s the semantically less confusing
isNotEmpty()
?