luassert_always
#define luassert_always(_condition)
Evaluates the given expression, and if the result value cannot pass if
statement, calls assert_fail
. This function works in all builds.
#define luassert_always(_condition)
Evaluates the given expression, and if the result value cannot pass if
statement, calls assert_fail
. This function works in all builds.