Module Bigstring.Kind

type 'a t =
  1. | Char : Base.char t
  2. | Int8 : int8 t
  3. | Int16 : int16 t
  4. | Int32 : Base.int32 t
  5. | Int64 : Base.int64 t
  6. | Float32 : float32 t
  7. | 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.