Crate small_vec2[][src]

Macros

small_vec! is a macro similar in spirit to the stdlib’s vec!.

Structs

A draining iterator for SmallVec.

An iterator which uses a closure to determine if an element should be removed.

By-value iterator for SmallVec.

A Vec-like container that can store a small number of elements inline.

A splicing iterator for SmallVec.