Macro dtt::dtt_print_vec
source · macro_rules! dtt_print_vec { ($($v:expr),*) => { ... }; }
Expand description
This macro takes a vector of elements and prints them to the console.
macro_rules! dtt_print_vec { ($($v:expr),*) => { ... }; }
This macro takes a vector of elements and prints them to the console.