package posix-time2

  1. Overview
  2. Docs
type t = {
  1. it_interval : Timeval.t;
  2. it_value : Timeval.t;
}