home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
swCHIP 1991 January
/
swCHIP_95-1.bin
/
demo
/
wit4711
/
lib
/
help
/
data
/
list2vec.
/
list2vec.bin
Wrap
Text File
|
1995-12-09
|
378b
|
12 lines
OPERATOR
list2vec --- convert a linked list into a vector
DESCRIPTION
The list2vec operator takes an input object which is a linked list and
converts it into a vector. The first element in the output vector will be a
copy of the first node in the input linked list. More generally, node n in
the list will correspond to element n in the vector.