Macro advent_solutions::to_str [] [src]

macro_rules! to_str {
    ($i:expr, $submac:ident!( $($args:tt)* )) => { ... };
    ($i:expr, $f:expr) => { ... };
}