macro_rules! assert_eq { ($lhs:expr, $rhs:expr) => { ... }; }
Mimicking assert_eq that takes inputs of AsRef<dag::Bits>
assert_eq
AsRef<dag::Bits>