Macros§
- small_
vec small_vec!
is a macro similar in spirit to the stdlib’svec!
.
Structs§
- Drain
- A draining iterator for
SmallVec
. - Drain
Filter - An iterator which uses a closure to determine if an element should be removed.
- Into
Iter - By-value iterator for
SmallVec
. - Small
Vec - A
Vec
-like container that can store a small number of elements inline. - Splice
- A splicing iterator for
SmallVec
.