So `any` works for all collection types, and will ...
# stdlib
h
So
any
works for all collection types, and will give the same result as
isNotEmpty
for
Collection
? If so, doesn’t this make this
isNotEmpty
obsolete/redundant?