PreviousUpNext

13.4.31  hash_string

The standard library hash_string package implements a simple facility to hash a String or Substring down to an Unt.

The hash_string package implements an anonymous API defined inline in the source.

The hash_string package source code is in src/lib/src/hash-string.pkg.

The above information is manually maintained and may contain errors.

api {
    hash_string : String -> Unt;
    hash_substring : Substring -> Unt;};

Comments and suggestions to: bugs@mythryl.org

PreviousUpNext