mod chain;
mod cmp;
mod differences;
mod rand;
mod split_chunks;
pub use self::rand::RandSubsample;
pub use chain::SizedChain;
pub use cmp::{ArgMaxBy, PartialMax, PartialMaxError};
pub use differences::Differences;
pub use split_chunks::SplitChunksByLength;