ConstSet::lastKey
Returns the last "key" in the current ConstSet
public function lastKey(): ?arraykey;
Since sets do not have keys, it returns the last value.
This method is interchangeable with lastValue().
Returns the last "key" in the current ConstSet
public function lastKey(): ?arraykey;
Since sets do not have keys, it returns the last value.
This method is interchangeable with lastValue().