Remix.run Logo
andrewf 3 hours ago

Swap the parameters around for C++ and similar langs where `assert(a, b)` evaluates the same as `(void) a; assert(b)`.