Skip to main content

Crate dyncollections

Crate dyncollections 

Source

Re-exports§

pub use hashmap::HashDynMap;
pub use make_concrete::MakeConcrete;
pub use ordmap::OrdDynMap;
pub use set::DynKey;
pub use set::DynSet;

Modules§

hashmap
key
make_concrete
ordmap
set

Macros§

dynamify
This macro is used to make a trait usable in collections from this crate. This macro accepts trait and all trait bounds for associated types.