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