rt_hash_utf16

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

extern (C)
uint
rt_hash_utf16
(
wchar[] str
,
uint seed = 0
)

Meta