For the complete documentation index, see llms.txt.
aztec-nr - std::collections::bounded_vec

Module bounded_vec

Structs

  • A BoundedVec<T, MaxLen> is a growable storage similar to a built-in vector except that it is bounded with a maximum possible length. BoundedVec is also not subject to the same restrictions vectors are (notably, nested vectors are disallowed).