Quickutilβ

Lisp utilities on demand

Fork me on GitHub
search

There are 3 utilities.

vector-range v1.0

Compute the equivalent of (coerce (range a b :step step) 'vector).

Provides
vector-range
Source Code
 
vector-slice v1.0

Compute the slice of a vector v at indexes indexes.

Provides
vector-slice
Source Code
 
vector-associative-reduce v1.0

Reduce vector with associative-function, using a divide-and-conquer method.

Provides
vector-associative-reduce
Source Code