PreviousUpNext

15.4.1008  src/lib/src/string-key.pkg

# string-key.pkg
#
#  (C) 2002, Lucent Technologies, Bell Labs
#
# author: Matthias Blume (blume@research.bell-labs.com)

# Compiled by:
#     src/lib/std/standard.lib

package string_key {
    #
    Key = String;
    compare = string::compare;
};


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext