Safely access an index of an array. If the accessed index is undefined, throws an error. Satisfies noUncheckedIndexedAccess of tsconfig.
Array to access
Index of Array to access
Safely access an index of an array. If the accessed index is undefined, throws an error. Satisfies noUncheckedIndexedAccess of tsconfig.