A 'small vector' optimization that stores up to a small number of items on the stack before heap-allocating.
# Cargo.toml
[dependencies]
smallvec = "1.15.2"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a SmallVec with a stack capacity of 4 elements.
No known issues recorded.
No dependency data recorded yet.