rt_hash_utf8

hashes UTF-8 chars using the UTF codepoints (slower than rt_hash_str that uses the bit representation)

extern (C)
uint
rt_hash_utf8
(
char[] str
,
uint seed = 0
)

Meta