The type of bigarray values of particular sizes. A value of type
(a, b) t can be used to read and write values of type b.
Compute a type expression that denotes a bigarray type.
Create a bigarray view onto existing memory.
The optional ref argument is an OCaml object that controls the lifetime
of the memory; if ref is present, view will ensure that it is not
collected before the bigarray returned by view.