macro_rules! character_eliminator {
    ($($c:expr),*) => { ... };
}
Expand description

character_eliminator![‘a’, ‘b’};