Closed Vectorized closed 5 months ago
Try to make it zero-cost abstraction.
If _useOneIndexed() is overriden to return false, the tokens will range from 0...(n-1) instead of 1...n.
_useOneIndexed()
0...(n-1)
1...n
Try to make it zero-cost abstraction.
If
_useOneIndexed()
is overriden to return false, the tokens will range from0...(n-1)
instead of1...n
.