← Back to context Comment by IshKebab 4 hours ago Assert doesn't work like that in any language. 2 comments IshKebab Reply comex 4 hours ago It does in Rust: assert is always enabled, whereas the debug-only version is called debug_assert.But yes, “assert” in most languages is debug-only.
comex 4 hours ago It does in Rust: assert is always enabled, whereas the debug-only version is called debug_assert.But yes, “assert” in most languages is debug-only.
It does in Rust: assert is always enabled, whereas the debug-only version is called debug_assert.
But yes, “assert” in most languages is debug-only.