(keys-eqv? ..args)
  args: two or more arguments (any type)
  returns a bool
F

Returns #t if all of its arguments would occupy the same table entry when used as keys.

This function tests its arguments for "key-equivalence". Key-equivalence is similar to equality, but with a few small differences:

extend!