package hdf5

  1. Overview
  2. Docs
type t = {
  1. total : int;
  2. meta : int;
  3. mesg : int;
  4. free : int;
}