isEmpty()
Determines if an Enumerable is empty.
Returns
(boolean): indicate if the Enumerable is empty.
Example
Enumerable
.from([])
.isEmpty();
// true
isEmpty()
Determines if an Enumerable is empty.
(boolean): indicate if the Enumerable is empty.
Enumerable
.from([])
.isEmpty();
// true