Struct ocaml::Array [] [src]

pub struct Array(_, _);

OCaml Array type

Methods

impl Array
[src]

[src]

Create a new array of the given size

[src]

Array length

[src]

Set array index

[src]

Get array index

Trait Implementations

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

[src]

Performs the conversion.

impl From<Value> for Array
[src]

[src]

Performs the conversion.