pixelperfectengine v0.10.0-beta.9 (2023-02-08T21:49:32Z)
Dub
Repo
hashCalc
pixelperfectengine
system
etc
Calculates the MurMurHashV3/32 value of a string. CTFE friendly.
@
nogc
@
safe
pure nothrow
uint
hashCalc
(
string
src
,
const
uint
seed
= 0
)
Meta
Source
See Implementation
pixelperfectengine
system
etc
aliases
toStream
functions
clamp
cmpObjPtr
csvParser
hashCalc
intToHex
intToOct
isInteger
isInterface
isPowerOf2
max
min
nextPow2
parseDec
parseHex
parseOct
removeUnallowedDups
removeUnallowedSymbols
stringArrayConv
stringArrayJoin
stringArrayParser
Calculates the MurMurHashV3/32 value of a string. CTFE friendly.