macro_rules! logn {
($( $args:expr ),*) => { ... };
}Expand description
Prints without newline to stdout in debug profile
See https://stackoverflow.com/questions/38141056/does-rust-have-a-debug-macro
macro_rules! logn {
($( $args:expr ),*) => { ... };
}Prints without newline to stdout in debug profile
See https://stackoverflow.com/questions/38141056/does-rust-have-a-debug-macro