macro_rules! chyrp_dbg { ($first:literal $(, $( $line:literal ),+ )? $(,)? $(@ $prefix:literal)? ) => { ... }; }
A debug helper to print concatenated length of all items.