MutableVector::values
Returns a MutableVector containing the values of the current
MutableVector
public function values(): MutableVector<Tv>;
Essentially a copy of the current MutableVector.
This method is interchangeable with toVector().
Returns
MutableVector<Tv>- aMutableVectorcontaining the values of the currentMutableVector.