Macro ensure_eq
macro_rules! ensure_eq {
($left:expr, $right:expr) => { ... };
}
Expand description
Util macro to generate error when the two arguments are not equal.
macro_rules! ensure_eq {
($left:expr, $right:expr) => { ... };
}
Util macro to generate error when the two arguments are not equal.