18.18 SRFI 133: Vector Library (R7RS-compatible) ¶
- Description
A set of procedures for working with vectors.
- URL
https://srfi.schemers.org/srfi-133/srfi-133.html
- Support
Fully supported.
- Libraries
(srfi 133)
- Global
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->list |
vector-any | vector-append-subvectors |
vector-cumulate | vector-empty? |
vector-every | vector-fold |
vector-fold-right | vector-index |
vector-index-right | vector-map! |
vector-partition | vector-reverse! |
vector-reverse-copy | vector-skip |
vector-skip-right | vector-swap! |
vector-unfold | vector-unfold! |
vector-unfold-right | vector-unfold-right! |
vector= | vector-binary-search |
vector-concatenate | vector-count |
vector-reverse-copy! |