mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-13 01:21:38 -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.