the README focuses on the example of `for_each!(dbg, "a", "b", "c")` however `dbg!` is variadic and already supports this use case: `dbg!("a", "b", "c")`