Module vector-search

The vector-search module provides basic search and replace capabilities upon restricted subsets of <sequence> — primarily <vector>.  Exploiting the known properties of these types yields substantially better performance than can be achieved for sequences in general.

Exported from

Library collection-extensions

Summary
The vector-search module provides basic search and replace capabilities upon restricted subsets of <sequence> — primarily <vector>.

vector-search names

The class of collections whose keys are consecutive integers starting from zero.
The class of arrays of rank one (i.e., exactly one dimension).
The various modules in this library contain a few new types and operations which are compatible with the collection types specified in the Dylan Reference Manual, but which are not part of that specification.
Find the index of first element of a <vector> that satisfies a predicate.
Like find-first-key, but searches the sequence from end to start.