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