Module rustpython_common::boxvec
source · Expand description
An unresizable vector backed by a Box<[T]>
Structs§
- Error value indicating insufficient capacity
- A draining iterator for
BoxVec. - By-value iterator for
BoxVec.
An unresizable vector backed by a Box<[T]>
BoxVec.BoxVec.