Y
Hacker News
new
|
ask
|
show
|
jobs
by
benschulz
1520 days ago
IIRC integer literals are the blocking issue here. Bounds checking (and elision) happens anyway, but when `Index<T>` is implemented for multiple integer types, `foo[0]` becomes ambiguous.