Mask_array Fill Function

An assignment operation is provided to fill individual elements of the array.

  void operator =(const T&);
  
Remarks

There is no return for the fill function.