Module stack_vec

Source
Expand description

Stack-allocated vector with compile-time capacity.

Provides a fixed-capacity vector that lives entirely on the stack, suitable for use in realtime audio processing where heap allocations must be avoided.

Structsยง

StackVec
A stack-allocated vector with compile-time capacity N.
StackVecIntoIter