package hdf5

  1. Overview
  2. Docs
type t = {
  1. id : string;
  2. name : string;
  3. type_ : Type.t;
  4. ocaml_type : Migrate_parsetree.Ast_406.Longident.t;
  5. seek : bool;
}