Assert¶
This is a debug only assertion. If the test is false, it will print any supplied error message to stderr and raise an error.
Constructors¶
create¶
Returns¶
- Assert val^
Public Functions¶
apply¶
Parameters¶
Returns¶
- None val ?
eq¶
Parameters¶
- that: Assert val
Returns¶
- Bool val
ne¶
Parameters¶
- that: Assert val
Returns¶
- Bool val