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 | abe9fad58216f06f5db47c12036cf73521c3c5b5 (patch) | |
tree | 46bab63e2d2dcf66b22db4e4434f32a165dc1c84 | |
parent | c126cf0d1e737c3eaad9fedf16071a397dcf3aad (diff) | |
download | txr-abe9fad58216f06f5db47c12036cf73521c3c5b5.tar.gz txr-abe9fad58216f06f5db47c12036cf73521c3c5b5.tar.bz2 txr-abe9fad58216f06f5db47c12036cf73521c3c5b5.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 ) |