HH\ImmVector::keys
Returns an ImmVector containing the keys, as values, of the current
ImmVector
public function keys(): ImmVector<int>;
Returns
ImmVector<int>- AnImmVectorcontaining, as values, the integer keys of the currentImmVector.
Examples
See [Vector::keys](</hack/reference/class/Vector/keys/#examples>) for usage examples.