macro_rules! assert_width { ($table:expr, $expected:expr) => { ... }; }
Assert a given table width.
assert_width!(Table::new([[1, 2, 3], [4, 5, 6]]), 10);