macro_rules! get {
(parse, $val:expr, usize1) => { ... };
(parse, $val:expr, chars) => { ... };
(parse, $val:expr, $t:ty) => { ... };
($p:tt) => { ... };
($($p:tt),*) => { ... };
($t:tt ; $n:expr) => { ... };
($($t:tt),* ; $n:expr) => { ... };
($t:tt ;;) => { ... };
($t:tt ;; $n:expr) => { ... };
}Expand description
入力用マクロ