Crate kukan

source · []

Re-exports

pub use std::ops::Bound::*;

Structs

An unbounded interval

A left-bounded closed interval [left,)

An interval with left closed and right closed [left, right]

An interval with left closed and right open [left, right)

A left-bounded open interval (left,)

An interval with left open and right closed (left, right]

An interval with left open and right open (left, right)

A right-bounded closed interval (,right]

A right-bounded open interval (,right)

Enums

An endpoint of a range of keys.

Relative position

Traits

Cut the interval and give the above exclusive interval.

Cut the interval and give the above inclusive interval.

Cut the interval and give the below exclusive interval.

Cut the interval and give the below inclusive interval.

Distance between

Interval size