chickadee » hashes » make-fixnum-bounded-hash

(make-fixnum-bounded-hash HASH [GETLEN string-length] [GETINT 0]) => procedureprocedure

Returns a hash function with a SRFI-69 signature, but with a fixnum domain; i.e. (procedure (* #!optional positive-fixnum) fixnum).

The GETLEN will be used to aquire the OBJECT length for the HASH.

The GETINT will supply the initial hash value.