Generic Function To-List (7 methods)

( to-list < result > &key < flatp > )

Part of:

package cl-perec
Converts the result to a list.
If FLATP is true then the rows are flattened (useful when they contain only one column).

Method Summary

to-list < array > 
to-list < metabang.cl-containers:contents-as-array-mixin > 
to-list < metabang.cl-containers:contents-as-list-mixin > 
to-list < metabang.cl-containers:iteratable-container-mixin > 
to-list < list > 
to-list < result-set
to-list < scroll