Macro output

Source
macro_rules! output {
    ( @one $io:expr, $a:expr ) => { ... };
    ( $io:expr; $a:expr, $($rest:expr),* ) => { ... };
}
Expand description

crate::io::fastio::FastIOを第一引数にとり、第二引数以降を空白区切りで出力する。