gnoga_2.1.2_5f127c56/deps/uxstrings/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).