[][src]Macro ocaml::tuple

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

Create an OCaml tuple