Next: SRFI 140: Immutable Strings, Previous: SRFI 131: ERRR5RS Record Syntax (reduced), Up: Standards Support [Contents][Index]
A set of procedures for working with vectors.
Fully supported.
(srfi 133)
No bindings in the MIT/GNU Scheme global environment. Some of the same names are there, but they aren’t the same implementations.
reverse-list->vector reverse-vector->listvector-any vector-append-subvectorsvector-cumulate vector-empty?vector-every vector-foldvector-fold-right vector-indexvector-index-right vector-map!vector-partition vector-reverse!vector-reverse-copy vector-skipvector-skip-right vector-swap!vector-unfold vector-unfold!vector-unfold-right vector-unfold-right!vector= vector-binary-searchvector-concatenate vector-countvector-reverse-copy!