chickadee » hashes » make-fixnum-range-restriction

make-fixnum-range-restriction UPPER #!optional LOWERprocedure

Returns a procedure of 1 argument, (procedure (number) fixnum). The arguments will be swapped if necessary so the range is [LOWER UPPER]. When LOWER missing 0 is assumed.

LOWER & {UPPER} must be fixnum.