package eio-trace

  1. Overview
  2. Docs

Module Layout.RingSource

Sourcetype root = {
  1. mutable parent : (timestamp * int) option;
  2. mutable cc : (timestamp * item) option;
}
Sourcetype t = {
  1. events : (timestamp * string list) array;
  2. mutable y : int;
  3. mutable height : int;
  4. mutable roots : root list;
}
OCaml

Innovation. Community. Security.