Struct ocaml::Array1[][src]

pub struct Array1<T>(_, _);

OCaml Bigarray.Array1 type

Methods

impl<T: BigarrayKind> Array1<T>
[src]

Trait Implementations

impl<T: BigarrayKind> From<Array1<T>> for Value
[src]

Performs the conversion.

impl<T: BigarrayKind> From<Value> for Array1<T>
[src]

Performs the conversion.

Auto Trait Implementations

impl<T> Send for Array1<T> where
    T: Send

impl<T> Sync for Array1<T> where
    T: Sync