kassert

Macro kassert 

Source
macro_rules! kassert {
    ($cond:expr) => { ... };
}
Expand description

判断条件是否为真,如果为假则记录一个失败的断言。