So let's write a macro that would evaluate RPN at compile-time by converting it into an infix notation that Rust understands. macro_rules! rpn { ...
確定! 回上一頁