hashCalc

Calculates the MurMurHashV3/32 value of a string. CTFE friendly.

@nogc @safe pure nothrow
uint
hashCalc
(
string src
,
const uint seed = 0
)

Meta