Objects that implement the immutable subscript operator.
impl<T, H> Index<usize> for DynRingBuf<T, H> where H: Allocator, { type Output = T; }