isEmpty()

Test if the set is empty.

Signature

isEmpty(): Boolean

Description

The isEmpty() method tests if the set is empty.

Parameters

None

Return value

Type Description

Boolean

Empty state of the set:
true = The set is empty.
false = The set isn’t empty.

Examples

let iter = []
iter.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!