value-sequence

Name

value-sequence -- Returns a sequence of table values

Type: generic

Synopsis

value-sequence( table, sequence);

Arguments

table

An instance of <table>

Return Values

sequence

An instance of <list>

Description

This function extracts the set of values from a <table> in the form of a sequence. The length of the returned sequence is exactly the size of the table as reported by table-size.

In the current implementation, the returned sequence is a list. However, future versions may return a vector instead.

The order of returned value in the sequence is not specified, except to say that it is the same order as the values returned by key-sequence.