home *** CD-ROM | disk | FTP | other *** search
/ swCHIP 1991 January / swCHIP_95-1.bin / demo / wit4711 / lib / help / data / list2vec. / list2vec.bin
Text File  |  1995-12-09  |  378b  |  12 lines

  1. OPERATOR
  2.  
  3. list2vec --- convert a linked list into a vector
  4.  
  5.  
  6. DESCRIPTION
  7.  
  8. The list2vec operator takes an input object which is a linked list and 
  9. converts it into a vector. The first element in the output vector will be a 
  10. copy of the first node in the input linked list. More generally, node n in 
  11. the list will correspond to element n in the vector. 
  12.