[][src]Macro rust_black_trees::redblack

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

a nice convenient macro which allows a user to initialize a tree with a number of elements usage: redblack!{1, 2, 3, 4, 5, 6, 7, 8, 9, 0};