parallel.arrays
Bigstring.Kind
parallel
parallel.async
parallel.bench
parallel.kernel
parallel.scheduler
parallel.sequence
parallel.test
ppxlib
yojson
type 'a t =
| Char : Base.char t
| Int8 : int8 t
| Int16 : int16 t
| Int32 : Base.int32 t
| Int64 : Base.int64 t
| Float32 : float32 t
| Float64 : Base.float t
val sexp_of_t : ('a -> Sexplib0.Sexp.t) -> 'a t -> Sexplib0.Sexp.t
val width : 'a t -> Base.int
Size of the scalar type in bytes.