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


45 Random–access lists

The library (vicare containers ralists) implements random–access lists. This library is actually the reference implementation of SRFI-101 adapted to Vicare. The library exports the same syntactic bindings of the library (srfi :101). SRFI-101 random–access lists, for the documentation.

To avoid name conflicts, it is suggested to prefix the syntactic bindings when importing this library; for example:

(import (prefix (vicare containers ralists) ra.))