Description
Automatically generate a function’s inverse.
Description
This library deals with computing a function’s inverse. The function’s domain must be enumerable, and preferably rather small. The function’s codomain must belong to the Eq
class (even better, Ord
or Hashable
).