Crate thin_vec[][src]

Macros

thin_vec

Creates a ThinVec containing the arguments.

Structs

Drain
IntoIter
ThinVec

ThinVec is exactly the same as Vec, except that it stores its len and capacity in the buffer it allocates.