macro_rules! dbg_bool{ () => {}; ($val:expr $(,)?) => { match $val { //if $val is true return a green string $($val == true) => { "it was true".green() } ...
確定! 回上一頁