dtt

Macro dtt_parse

Source
macro_rules! dtt_parse {
    ($input:expr) => { ... };
}
Expand description

Prints the arguments to the console.

§Arguments

  • ($($arg:tt)*): The arguments to be printed.

§Example

use dtt::dtt_print;

dtt_print!("Hello, World!");