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