macro_rules! rt_array { [] => { ... }; () => { ... }; [$($rt_elems:expr),+ ] => { ... }; ($($rt_elems:expr),+ ) => { ... }; }
RtValue::Array that has the same behaviour as an array