Next: , Previous: , Up: Top   [Index]


24 Vectors library

The library (vicare containers vectors) extends the vector operations available in the base library ((vicare-scheme)Vectors) and Vicare’s extensions ((vicare-scheme)Additional vector functions). While (vicare containers vectors) is a high level interface, (vicare containers vectors low) is a low level interface with the same functionalities.

To avoid identifiers collision: it is suggested to import the libraries in the hierarchy (vicare containers vectors ---) with the prefix vector., as in:

(import (vicare)
  (prefix (vicare containers vectors) vector.))