package hdf5

  1. Overview
  2. Docs
include module type of struct include Field end
type t = private {
  1. name : string;
  2. type_ : Type.t;
}
val create : string -> Type.t -> t