std.d.
lexer
.
StringCache
.hashStep
public static uint hashStep(ubyte b, uint h) pure nothrow @safe
Incremental hashing.
Parameters
b
the byte to add to the hash
h
the hash that has been calculated so far
Returns
the new hash code for the string.