Next Previous Up Top Contents Index

3.2 The TABLE-EXTENSIONS module

case-insensitive-string-hash

Function

Summary

Hashes a string, without considering case information.

Library

common-extensions

Module

table-extensions

Signature

case-insensitive-string-hash string initial-state => hash-id result-state 

Arguments

string
An instance of <string>.

initial-state
An instance of <hash-state>.

Values

hash-id
An instance of <integer>.

result-state
An instance of <hash-state>.

Description

Produces a hash code for a string using the equivalence predicate case-insensitive-equal, which does not consider the case of the characters in the strings it compares.

See also

case-insensitive-equal, page 67


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index