PreviousUpNext

13.4.39  id_key

The standard library id_key package implements keys of type Id.

The id_key package source code is in src/lib/src/id-key.pkg.

See also: id_map.See also: id_set.

The above information is manually maintained and may contain errors.

api {
    compare : (Id , Id) -> Order;
    Key  = Id;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext