macro_rules! impl_breadth_first_iterator {
    ( $( $n:ident )? ) => { ... };
}