HH\KeyedIterable::values
Returns an Iterable containing the current KeyedIterable's values
public function values(): Iterable<Tv>;
Any keys are discarded.
Returns
An-Iterablewith the values of the currentKeyedIterable.
Returns an Iterable containing the current KeyedIterable's values
public function values(): Iterable<Tv>;
Any keys are discarded.
An - Iterable with the values of the current KeyedIterable.