macro_rules! chloro_debug {
($($arg:tt)*) => { ... };
}Expand description
Macro for debug output in chloro.
Prints to stderr only if debug output is enabled via the atomic flag (tests do this using ctor)
or the CHLORO_DEBUG environment variable at startup.