Struct ocaml::Tuple [] [src]

pub struct Tuple(_, _);

OCaml Tuple type

Methods

impl Tuple
[src]

[src]

Create a new tuple

[src]

Tuple length

[src]

Set tuple index

[src]

Get tuple index

Trait Implementations

impl<R: AsRef<[Value]>> From<R> for Tuple
[src]

[src]

Performs the conversion.