package brr

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

Module El.Time_rangesSource

Time ranges.

Sourcetype t

The type for TimeRange objects.

Sourceval length : t -> int

length r is the length of r.

Sourceval start : t -> int -> float

start r i is the start time of range i in r.

Sourceval end' : t -> int -> float

end' r i is the end time of range i in r.