PreviousUpNext

14.4.42  Keyxy

The Keyxy api defines the external interface to the keyxy package.

The Keyxy api is implemented by the keyxy package.

The Keyxy api source code is src/lib/src/keyxy.api. The above information is manually maintained and may contain errors.

api {
    Key (X, Y);
    compare : (Key((X, Y)) , Key((X, Y))) -> Order;};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext