[][src]Module gf::support::iv

Intervals, interval sets and interval maps.

Structs

Iv

Non-empty half-closed interval between two integer points: [ai; bx).

IvMap

Ordered interval map.

IvSet

Ordered interval set.

Traits

IvData

A type that is associated with an interval and can be split, merged, and united.