Skip to main content

foreach_set

Macro foreach_set 

Source
macro_rules! foreach_set {
    ($m:ident, $T:tt) => { ... };
    ($m:ident) => { ... };
}