rt_array

Macro rt_array 

Source
macro_rules! rt_array {
    [] => { ... };
    () => { ... };
    [$($rt_elems:expr),+  ] => { ... };
    ($($rt_elems:expr),+ ) => { ... };
}
Expand description

RtValue::Array that has the same behaviour as an array