Determines whether the given async-iterable is empty.
The type of elements in the source sequence.
The source async-iterable to determine whether it is empty.
Returns true if the sequence is empty, otherwise false.
Generated using TypeDoc
Determines whether the given async-iterable is empty.