Macro garden::debug

source ·
macro_rules! debug {
    ( $fmt:expr $(, $args:expr )* ) => { ... };
}
Expand description

Print a message to stderr with an “debug : “ prefix

Parameters:

  • fmt: A format string.
  • args*: Format string arguments.