public T GetItem(int index) { return(_vec.GetRef <T>(RingVecUtil.IndexToOffset(index, _head, _count))); }