package hdf5

  1. Overview
  2. Docs

Source file field.ml

1
2
3
4
5
6
type t = {
  name  : string;
  type_ : Type.t;
}

let create name type_ = { name; type_ }
OCaml

Innovation. Community. Security.