Checks whether the given iterable is empty.
iterable
An iterable or push iterable to check for elements.
true if the given iterable contains at least one element, or false otherwise.
true
false
Generated using TypeDoc
Checks whether the given
iterable
is empty.