mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
1.7 KiB
1.7 KiB
SRFI 133 - Sort Libraries
The (srfi 133)
provides a vector library.
See the SRFI document for more information.
vector-unfold
vector-unfold-right
vector-reverse-copy
vector-concatenate
vector-append-subvectors
vector-empty?
vector=
vector-fold
vector-fold-right
vector-map!
vector-count
vector-cumulate
vector-index
vector-index-right
vector-skip
vector-skip-right
vector-binary-search
vector-any
vector-every
vector-partition
vector-swap!
vector-reverse!
vector-reverse-copy!
vector-unfold!
vector-unfold-right!
reverse-vector->list
reverse-list->vector