HH\ImmSet::isEmpty
Checks if the current ImmSet is empty
public function isEmpty(): bool;
Returns
bool-trueif the currentImmSetis empty;falseotherwise.
Examples
See [Set::isEmpty](</hack/reference/class/Set/isEmpty/#examples>) for usage examples.