ConstSet::keys
Returns a ConstVector
containing the values of the current ConstSet
public function keys(): ConstVector<arraykey>;
Sets don't have keys, so this will return the values.
This method is interchangeable with values()
.
Returns
ConstVector<arraykey>
- aConstVector
(integer-indexed) containing the values of the currentConstSet
.