You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert a debug assert into an actual bounds check to use as an optimizer hint.
Eliminates a bunch of bounds checks and should speed things up.
Support older rustc, hence no try_from or type changes.
0 commit comments