Next: , Previous: , Up: vectors   [Index]


24.15 Mutators

Function: vector-swap! vec i j

Swap the items in vec at positions i and j.

Function: %vector-fill*! fill-item vec start past
Macro: vector-fill*! V fill-item

Fill the selected subvector with fill-item, modifying the original vector.