table-size
Name
table-size -- Computes the number of keys in the table.
Type: generic
Synopsis
table-size
( table, integer);
Arguments
- table
An instance of <table>.
Return Values
- integer
The number of entries in the table.
Description
This generic function on tables returns the size of the table,
which in particular will be the number of elements in the collections
returned by key-sequence and value-sequence.