[][src]Module gut::interval

Structs

ClosedInterval

Interval from a to b that contains both endponts, where a < b on the floating point line.

OpenInterval

Interval from a to b that doesn't contain the endpoints, where a < b on the floating point line.

Enums

EndPoint

Enum for accessing the endpoints of an interval.