Struct ocaml::Tuple[][src]

pub struct Tuple(_, _);

OCaml Tuple type

Methods

impl Tuple
[src]

Create a new tuple

Tuple length

Set tuple index

Get tuple index

Trait Implementations

impl From<Tuple> for Value
[src]

Performs the conversion.

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

Performs the conversion.

Auto Trait Implementations

impl Send for Tuple

impl Sync for Tuple