ProtoHashTypes.mesa
Copyright
©
1985 by Xerox Corporation. All rights reserved.
Satterthwaite, December 29, 1982 12:45 pm
Russ Atkinson (RRA) March 7, 1985 0:00:28 am PST
DIRECTORY
Table
USING
[Limit];
HashTypes:
DEFINITIONS
={
public hash table types
HTIndex:
TYPE
~
NAT
[0..Table.Limit/2);
htNull: HTIndex~HTIndex.
FIRST
;
hvLength:
NAT
~71;
-- length of hash vector
}.