We do not currently know of any antonyms for negative indexing.
The noun negative indexing is defined as:
The use of a negativeinteger as an arrayoffset to access from the end of the array. Array[-3] accesses the 3rd element from the end of the array, the same as Array[ArraySize - 3].