This operator provides element access for read and write operations.
T operator[](size_t) const; T& operator[](size_t);
A value is returned.
An index operator is provided for subset array access.