Re: [Fwd: why are there no mutable collections?]
scgmille@xxxxxx 28 Jul 2003 16:32 UTC
> (begin
> (dictionary-put! h 1 'a)
> (dictionary-put! h 2 'b)
> (collection-fold-keys-increasing h
> (lambda (k ls)
> (values #t (cons k ls)))
> '()))
>
> Scott
I meant to write use hashtable-put! in the second example.
--