MutableSet::keys

Returns a MutableVector containing the values of the current MutableSet

public function keys(): MutableVector<arraykey>;

Sets don't have keys, so this will return the values.

This method is interchangeable with values().

Returns