Functor Slap_S.Vec.Of_bigarray

module Of_bigarray: 
functor (X : sig
val share : bool
val value : (Slap_S.num_type, Slap_S.prec, Bigarray.fortran_layout) Bigarray.Array1.t
end) -> CNTVEC
A functor version of of_bigarray.
Parameters:
X : sig val share : bool val value : (num_type, prec, fortran_layout) Array1.t end

type n 
A generative phantom type.
val value : (n, 'cnt) Slap_S.vec
A dynamically-sized contiguous vector with type like exists n. (n, 'cnt) vec.