There are 3 utilities.
- vector-range v1.0
-
Compute the equivalent of
(coerce (range a b :step step) 'vector)
.- Provides
vector-range
- vector-slice v1.0
-
Compute the slice of a vector
v
at indexesindexes
.- Provides
vector-slice
- vector-associative-reduce v1.0
-
Reduce
vector
withassociative-function
, using a divide-and-conquer method.- Provides
vector-associative-reduce