package hdf5

  1. Overview
  2. Docs
type t = {
  1. storage_type : H5g.Storage_type.t;
  2. max_corder : int;
  3. mounted : bool;
}