导航

2019年7月15日

摘要: #[allow(unused_macros)] macro_rules! unless { ($arg:expr,$branch:expr) => { if !$arg {$branch}; }; } fn main() { println!("Hello, world!"); unless!(2> 阅读全文

posted @ 2019-07-15 16:35 DotNet1010 阅读(269) 评论(0) 推荐(0) 编辑