PreviousUpNext

15.4.1010  src/lib/src/string-set.pkg

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

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

                                        # string_key            is from   src/lib/src/string-key.pkg
                                        # red_black_set_g       is from   src/lib/src/red-black-set-g.pkg
package string_set
    =
    red_black_set_g( string_key );


Comments and suggestions to: bugs@mythryl.org

PreviousUpNext