package hdf5

  1. Overview
  2. Docs
type t =
  1. | Float64
  2. | Int
  3. | Int64
  4. | String of int
val to_string : t -> string
val wsize : t -> int