Macro watch

Source
macro_rules! watch {
    ( $( $x:expr ),* ) => { ... };
}
Expand description

Debugging macro to print the given expression and its value, with the module, function and line number