Int strHash(String s)
Arguments
s: The String to hash
Usage
Returns a numeric hash of a String. This is most useful for hashing efficiency when working with Dicts with String keys, and similar.
s: The String to hashReturns a numeric hash of a String. This is most useful for hashing efficiency when working with Dicts with String keys, and similar.