interval_tree v0.1.0 Interval
Link to this section Summary
Functions
Provides dump of interval info to be used in Inspect protocol implementation
Create new interval given start time and finish
Handles all the interval overlap cases for two intervals. Note: The interval order doesn’t matter, as to which timeslot is t1 or t2
Link to this section Functions
Link to this function
info(round)
Provides dump of interval info to be used in Inspect protocol implementation
Link to this function
new(arg)
Create new interval given start time and finish
Link to this function
overlap?(t1, t2)
Handles all the interval overlap cases for two intervals. Note: The interval order doesn’t matter, as to which timeslot is t1 or t2