join_helps

Macro join_helps 

Source
macro_rules! join_helps {
    (  ) => { ... };
    ( [$first:expr, $second:expr, $third:expr]$(,)? ) => { ... };
    ( [$first:expr, $second:expr, $third:expr], $( [$rest_first:expr, $rest_second:expr, $rest_third:expr] ),+$(,)? ) => { ... };
}