Module oftlisp::collections [] [src]

Various garbage-collected collections.

Structs

GcLinkedList

A garbage-collected linked list, akin to the traditional lists of ML-family languages.

GcLinkedListIter

An iterator over a GcLinkedList.