bulk::future<T[]>::operator[] T& operator[](int i); Access the i-th element of the array image of the future. Returns A reference to the i-th element of the future. Parameters i - the element index