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