set.nonEmpty()
Test if the Set is empty.
Return value
Type | Description |
---|---|
Status of Set elements: |
Examples
// `toSet()` converts an Array to a Set.
// In thise case, it creates an empty Set.
let set = [].toSet()
set.nonEmpty()
false
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!