Struct ocaml::Array[][src]

pub struct Array(_);

OCaml Array type

Methods

impl Array
[src]

Create a new array of the given size

Check if Array contains only doubles

Array length

Set value to double array

Get a value from a double array

Set array index

Get array index

Trait Implementations

impl From<Array> for Value
[src]

Performs the conversion.

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

Performs the conversion.

impl From<Value> for Array
[src]

Performs the conversion.

Auto Trait Implementations

impl Send for Array

impl Sync for Array