Previous: , Up: Misc Facilities   [Contents][Index]


6.3 Others

procedure: copy-hashq-table table new-size

Create a hash-table with size new-size, and insert all values from table into it, using eq? when inserting. This procedure is mainly used internally, but is a generally useful utillity, so it can by used by everyone.