1 2 3 4 5 6 7 8
//! Collection type method registrations. //! //! Each submodule registers methods and trait implementations for one //! collection type into the [`BuiltinRegistry`]. pub mod list; pub mod map; pub mod set;