Contents
Indexes:
Generic Function Make-Container (4 methods)
(
make-container
< class > &rest < args > )
Part of:
package metabang.cl-containers
Creates a new container of type class using the additional
arguments (args).
Method Summary
make-container < list >
make-container < symbol >
make-container (eql metabang.cl-containers:array-container)
make-container (eql metabang.cl-containers:ring-buffer)