diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 17:15:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2022-10-06 17:15:45 -0700 |
commit | 99dde4c70faf86b70ebae8727a0d1f783e4254b3 (patch) | |
tree | 46bab63e2d2dcf66b22db4e4434f32a165dc1c84 | |
parent | 150cfb92b3c4ff72eb9e4e68014d7b70a6b3d30f (diff) | |
download | txr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.tar.gz txr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.tar.bz2 txr-99dde4c70faf86b70ebae8727a0d1f783e4254b3.zip |
doc: hash-eql and hash-equal return fixnum.
* txr.1: Document that hash-eql and hash-equal
return a value in the range fixnum-min to
fixnum-max.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -55542,6 +55542,13 @@ and each produce the same integer hash value for any valid seed value .codn S . +The value returned is a +.code fixnum +value, and may be negative. It may be any value in the range +.code fixnum-min +to +.codn fixnum-max . + .coNP Functions @, hash-keys @, hash-values @ hash-pairs and @ hash-alist .synb .mets (hash-keys << hash ) |