Next Previous Up Top Contents Index

3.2 The TABLE-EXTENSIONS module

string-hash

Function

Summary

Hashes a string.

Library

common-extensions

Module

table-extensions

Signature

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 \=.


Common Dylan and Functional Extensions - 31 Mar 00

Next Previous Up Top Contents Index