Module cop::change[][src]

Functions from T to T that return whether the output differs from the input.

Functions

fix

Apply a change function to a value as long as the function reports change.

fold

Apply several change functions in sequence.

Type Definitions

Change

Change we can believe in.

DynFn

Change function.