StringCache.hashStep

Incremental hashing.

struct StringCache
static pure nothrow @safe
uint
hashStep
(
ubyte b
,
uint h
)

Parameters

b ubyte

the byte to add to the hash

h uint

the hash that has been calculated so far

Return Value

Type: uint

the new hash code for the string.

Meta