pub trait Kind {
    type T: Clone + Copy;

    fn kind() -> i32;
}
Expand description

Bigarray kind

Required Associated Types

Array item type

Required Methods

OCaml bigarray type identifier

Implementations on Foreign Types

Implementors