public static uint hashStep(ubyte b, uint h) pure nothrow @safe
Incremental hashing.

Parameters

bthe byte to add to the hash
hthe hash that has been calculated so far

Returns

the new hash code for the string.