macro_rules! hatch {
    ($($part:expr),* $(,)?) => { ... };
}