Skip to main content

or_map

Macro or_map 

Source
macro_rules! or_map {
    ($v: ident = $t: pat => $do: expr) => { ... };
}