hash
The main structure of the hash.
type hash
{
arr hashes
uint itype
uint isize
uint count
uint igncase
hkeys keys
}
{
arr hashes
uint itype
uint isize
uint count
uint igncase
hkeys keys
}
Members
hashes | Array of hash values. Pointers to hashkey. |
itype | The type of the items. |
isize | The type of the item. |
count | The count of items. |
igncase | Equals 1 if the hash ignores case sensetive. |
keys | The structure for looking over keys |
Related links | Source |