🎭 predicate
Is N an out of bound index of A.
N
A
type R = IsIndexOutOfBound<[1], 0> // falsetype R = IsIndexOutOfBound<[1], -1> // falsetype R = IsIndexOutOfBound<[1], 1> // truetype R = IsIndexOutOfBound<[1], -2> // true Copy
type R = IsIndexOutOfBound<[1], 0> // falsetype R = IsIndexOutOfBound<[1], -1> // falsetype R = IsIndexOutOfBound<[1], 1> // truetype R = IsIndexOutOfBound<[1], -2> // true
🎭 predicate
Is
Nan out of bound index ofA.