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