Macro option_box_repeat

Source
macro_rules! option_box_repeat {
    ($value:expr ; $repeat:expr) => { ... };
}