Skip to main content

n

Macro n 

Source
macro_rules! n {
    ($data:expr) => { ... };
    ($data:expr, $children:expr) => { ... };
}