1
2
3
4
5
6
//! # Mathematical sets

pub mod contiguous_integer_set;
pub mod ordered_integer_set;
pub mod trait_impl;
pub mod traits;