case-insensitive-string-hash

The default hash function for case-insensitive strings.  It is returned as the table-protocol method’s second value for <case-insensitive-string-table>.

Exported from

Modifiers

sealed

Arguments

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

Values

idAn instance of <integer>.
hash-stateAn instance of <hash-state>.
Returns the test-function and hash-function for the <table>.
Implements a <table> class, keyed by strings keyed without regard for case.
The table-extensions module.
The class of sequences with elements that are characters.
The type of hash states.
The class of integers.