diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2014-02-01 15:24:36 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2014-02-01 15:24:36 -0800 |
commit | 2543caeb5ef6c7d32f5903558c90af2e8203d5bc (patch) | |
tree | faac8989829f6808a32b09a687708e51541b5c67 /txr.1 | |
parent | 9700430895a9b76d113b9b77ef226dfee711830c (diff) | |
download | txr-2543caeb5ef6c7d32f5903558c90af2e8203d5bc.tar.gz txr-2543caeb5ef6c7d32f5903558c90af2e8203d5bc.tar.bz2 txr-2543caeb5ef6c7d32f5903558c90af2e8203d5bc.zip |
* txr.1: Documented forbidden hash table configuration of
weak keys that are equal-based.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -9876,6 +9876,9 @@ argument specifies whether it shall have weak values, and all three of these properties to false, and allows them to be overridden to true by the presence of keyword arguments. +It is an error to attmpt to construct an equal-based hash table which +has weak keys. + The hash function provides an alternative interface. It accepts optional arguments which are keyword symbols. Any combination of the three symbols :weak-keys, :weak-vals and :equal-based can be specified in any order |