| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||
Arguments: key hash-table
As a side effect, may add an entry to a sans values (a
key-only) hash table (one created with the values
argument to make-hash-table
specified nil), if the equivalent key entry
is not already in the table. Regardless of whether the given
key was added or an equivalent entry is found,
puthash-key returns the key
that is actually in the hash-table. This allows objects to be kept in
a hash-table efficiently without duplication.
See the description of extensions to make-hash-table in cl:make-hash-table in implementation.htm.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. | |||||||||