[][src]Macro ocaml::array

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

Create an OCaml array