Crate bounded_vec

source ·
Expand description

Non-empty Vec wrapper with lower and upper bounds on items quantity

Structs§

  • Non-empty Vec bounded with minimal (L - lower bound) and maximal (U - upper bound) items quantity

Enums§

Traits§

Type Aliases§

  • A non-empty Vec with no effective upper-bound on its length