mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 21:59:16 +02:00
1.8 KiB
1.8 KiB
SRFI 133 - Sort Libraries
The (srfi 133)
provides a vector library.
See the SRFI document for more information.
Constructors
vector-unfold
vector-unfold-right
vector-reverse-copy
vector-concatenate
vector-append-subvectors
Predicates
Iteration
vector-fold
vector-fold-right
vector-map!
vector-count
vector-cumulate
Searching
vector-index
vector-index-right
vector-skip
vector-skip-right
vector-binary-search
vector-any
vector-every
vector-partition
Mutators
vector-swap!
vector-reverse!
vector-reverse-copy!
vector-unfold!
vector-unfold-right!
Conversion
reverse-vector->list
reverse-list->vector