string-hash

A convenient function for hashing strings.  Used by <string-table>.

Exported from

Modifiers

sealed

Arguments

sAn instance of <string>.
initial-stateAn instance of <hash-state>.

Values

hash-idAn instance of <integer>.
hash-stateAn instance of <hash-state>.
Summary
A convenient function for hashing strings.
The method on <string> simply calls sequence-hash, so it is not a proper equal-hash.
The method on <byte-string> is a proper equal-hash.

Functions

string-hash

The method on <string> simply calls sequence-hash, so it is not a proper equal-hash.

string-hash

The method on <byte-string> is a proper equal-hash.

The class of sequences with elements that are characters.
Like collection-hash, only a more efficient version just for sequences.
Computes hash ids for objects such that two objects that are =-equal have the same hash id.
The class of vectors with elements that are eight-bit characters.
A <table> class keyed by strings.
The table-extensions module.
The type of hash states.
The class of integers.