El.Time_ranges
Time ranges.
type t
The type for TimeRange objects.
TimeRange
val length : t -> int
length r is the length of r.
length r
r
val start : t -> int -> float
start r i is the start time of range i in r.
start r i
i
val end' : t -> int -> float
end' r i is the end time of range i in r.
end' r i