Generics or Metaprogramming? Declarative macros with Rust
Smartly read inputs from standard input
Published in
4 min readJun 20, 2020
--
Reading inputs from command line is probably the first task competitive coders do as they start to solve complex problems. While numerous languages are used by thousands of coders everyday, some emerge out as the popular ones; hello C++! One of the most powerful tools to write high performance…