package hdf5

  1. Overview
  2. Docs
type t = {
  1. command : H5t.Cmd.t;
  2. need_bkg : H5t.Bkg.t;
  3. recalc : bool;
  4. priv : int64;
}