From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ec383577e0d45268 X-Google-Attributes: gid103376,public From: "Matthew Heaney" Subject: Re: hashtable in ada Date: 1999/10/23 Message-ID: <38127fd9_2@news1.prserv.net>#1/1 X-Deja-AN: 539837701 Content-transfer-encoding: 7bit References: <381228CA.5F6BE481@hotmail.com> Content-Type: text/plain; charset="US-ASCII" X-Complaints-To: abuse@prserv.net X-Trace: 24 Oct 1999 03:41:13 GMT, 32.101.8.120 Organization: Global Network Services - Remote Access Mail & News Services Mime-version: 1.0 Newsgroups: comp.lang.ada Date: 1999-10-23T00:00:00+00:00 List-Id: In article <381228CA.5F6BE481@hotmail.com> , Frank Shixiang Yan wrote: > does ada has hashtable facility in the predefined language? > thanks No, there are no predefined hash tables in the language. But you can find hash tables in the gnat sources: g-htable.ad[sb] If you don't have the sources, they should be at the NYU ftp site: -- or something like that