set.isEmpty()
Test if the Set is empty.
Return value
Type | Description |
---|---|
Empty state of the Set: |
Examples
// `toSet()` converts an Array to a Set.
// In thise case, it creates an empty Set.
let set = [].toSet()
set.isEmpty()
true
Is this article helpful?
Tell Fauna how the article can be improved:
Visit Fauna's forums
or email docs@fauna.com
Thank you for your feedback!