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