Arc Cross Reference

len

[procedure] len obj

If obj is a list or a string, returns its length (scheme:length, scheme:string-length).

If obj is a table, returns the number of entries (scheme:hash-table-count).