package hdf5

  1. Overview
  2. Docs
include module type of struct include Type end
type t =
  1. | Int
  2. | Int64
  3. | Float64
  4. | String of int
val size : t -> int