macro_rules! a_id { ( $left:expr , $right:expr $(,)? ) => { ... }; ($left:expr, $right:expr, $($arg:tt)*) => { ... }; }
Asserts that two expressions are identical to each other (using PartialEq). Prints nice diff.
PartialEq