1
2
3
4
5
//! Standard generic collections.

pub mod pair;
pub mod stack;
pub mod tree;