macro_rules! println_bits {
    (|$($x:ident),* $(,)?| $e:expr) => { ... };
}
Expand description

Prints a truth table with result of a boolean expression.