Module structs

Module structs 

Source
Expand description

Submodule defining structs which can be used to implement the multi-ranged trait.

Re-exports§

pub use birange::BiRange;
pub use multi_range::MultiRange;
pub use simple_range::SimpleRange;

Modules§

birange
Submodule providing the BiRange struct.
multi_range
Multiple disjoint ranges implementation.
simple_range
Contiguous range implementation.