`isNotEmpty` is only declared for `Collection`, si...
# stdlib
d
isNotEmpty
is only declared for
Collection
, since it does not try to iterate the collection.
any
works for
Iterable
and
Sequence
, too, by trying to iterate it.