We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
assert
1 parent d54769b commit 8b99ba9Copy full SHA for 8b99ba9
spec/expression.dd
@@ -2392,7 +2392,8 @@ $(GNAME AssertArguments):
2392
$(GLINK AssignExpression) $(D ,) $(GLINK AssignExpression) $(D ,)$(OPT)
2393
)
2394
2395
- $(P The first $(I AssignExpression) must evaluate to `true`. If it does not, an $(I Assert Failure)
+ $(P The first $(I AssignExpression) is evaluated and converted to a boolean value.
2396
+ If the value is not `true`, an $(I Assert Failure)
2397
has occurred and the program enters an $(I Invalid State).
2398
2399
0 commit comments