Macro extend_string

Source
macro_rules! extend_string {
    ( $string:expr; $( $str_:expr ),* ) => { ... };
}