//! Standard generic collections. pub mod pair; pub mod stack; pub mod tree;