Macro immutable::binary_tree [] [src]

macro_rules! binary_tree {
    [] => { ... };
    [$($x:expr),*] => { ... };
}