Add kj::zeroTo(x), equivalent to kj::range(0, x).
The problem with kj::range() is that if the inputs are not recognized as the same type, the typechecker can get annoyed.
Showing
Please
register
or
sign in
to comment
The problem with kj::range() is that if the inputs are not recognized as the same type, the typechecker can get annoyed.