rt_hash_utf32

hashes UTF-32 chars using the UTF codepoints (should be equivalent to rt_hash_str that uses the bit representation)

extern (C)
uint
rt_hash_utf32
(
dchar[] str
,
uint seed = 0
)

Meta