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
It would be great to have debug_assert_{relative|ne}_{eq|ne} macros that are only checked in non optimized builds, similar to debug_assert! from the standard library.
Implementation should be straightforward, something like:
It would be great to have
debug_assert_{relative|ne}_{eq|ne}
macros that are only checked in non optimized builds, similar todebug_assert!
from the standard library.Implementation should be straightforward, something like:
The text was updated successfully, but these errors were encountered: