Macro assert
assert!() { /* proc-macro */ }
Expand description
Check and expression and revert with the input message
This is similar with the builtin assert!
in rust, but the revert
message only support raw string.
assert!() { /* proc-macro */ }
Check and expression and revert with the input message
This is similar with the builtin assert!
in rust, but the revert
message only support raw string.