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