macro_rules! try_into_array { ($slice:expr, $len:expr$(,)*) => { ... }; ($slice:expr $(,)*) => { ... }; }