From: Matthew Flatt <mflatt@cs.utah.edu>
To: plt-scheme@web-ext.cs.brown.edu
Subject: [plt-scheme] 207.2
Date: Thu, 22 Jul 2004 07:21:39 -0700
The exp-tagged code for in CVS for MzScheme and MrEd is now version 207.2.
This version adds two procedures:
* `string-copy!’, as in SRFI-13 (so the SRFI-13 module no longer
exports `string-copy!’).
* `hash-table-count’, which returns the number of keys mapped in a
hash table.
(`hash-table-count’ is not in v299.11, but it will be added in
v299.12.)
Matthew