cds 0.10.0

Collection of Optimized Data Structures
Documentation
//! Types for dealing with collections' length.
//!
//! See [`LengthType`] for more information.
mod length_type;
pub use length_type::*;