Modulesยง
- context ๐
Structsยง
- Assert ๐
assert!($cond_expr, $custom_message)
Functionsยง
- assert_
cond_ ๐check match <cond> { true => {} _ => <then> }
- expand_
assert ๐ - parse_
assert ๐ - parse_
custom_ ๐message
assert!($cond_expr, $custom_message)
match <cond> { true => {} _ => <then> }