mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-03 10:31:48 -07:00
3a5440e4ed
This provides an equivalent to `assert` and `assert_contextless` that are always evaluated, ignoring `ODIN_DISABLE_ASSERT`, which is useful for enforcing API contracts or "asserting" on conditionals with side-effects.