HH\ImmMap::keys
Returns an ImmVector containing, as values, the keys of the current ImmMap
public function keys(): ImmVector<Tk>;
Returns
ImmVector<Tk>- an ImmVector containing, as values, the keys of the currentImmMap.
Examples
See [Map::keys](</hack/reference/class/Map/keys/#examples>) for usage examples.