Commits
Click on a commit to change the comparison rangechore: add UncheckedSlice to reduce unsafe
Moves the unsafe to inside of UncheckedSlice in release mode, while
using normal indexing in debug mode.
This removes most usage of `get_unchecked*`, making code more readable
and safer.
Also use it in the rest of `div` module. This increases performance for
`div_nxm`. chore: clean up reciprocal Merge branch 'main' into div-panics