ot::Array::operator=() method
Overloads assignment `=` operator to copy elements from another array into the array. The method uses assignment `=` operator on `Type` to copy each element from @p aOtherArray into the elements of the array.
Arguments
aOtherArray
Another array to copy from.