uxstrings_0.6.0_c9bcce5c/src/uxstrings-hash.ads

1
2
3
4
5
with Ada.Containers;

function UXStrings.Hash (Key : UXString) return Ada.Containers.Hash_Type;
-- Return an implementation-defined value which is a function of the value of Key.
-- If A and B are strings such that A equals B then Hash(A) equals Hash(B).