a_id

Macro a_id 

Source
macro_rules! a_id {
    ( $left:expr , $right:expr $(,)? ) => { ... };
    ($left:expr, $right:expr, $($arg:tt)*) => { ... };
}
Expand description

Asserts that two expressions are identical to each other (using PartialEq). Prints nice diff.