kotlin.collections.HashSet.isEmpty
isEmpty
open fun isEmpty(): Boolean
Overrides AbstractCollection.isEmpty
Overrides Collection.isEmpty
Overrides Set.isEmpty
Platform and version requirements: JS
Returns true
if the collection is empty (contains no elements), false
o