An assignment operator is provided for initializing a gslice_array after it has been created.
void operator=(const valarray<T>&) const; gslice_array& operator=(const gslice_array&);
A copy of the modified gslice_array is returned for the second assignment operator.