package oxbow

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Output.OverviewSource

type t = {
  1. mutable offset : int;
  2. mutable enabled : bool;
  3. mutable gaps : int;
  4. mutable head : Types.Window.t option;
}