MurmurHash3.put

Adds data to the digester. This function can be called many times in a row after start but before finish.

struct MurmurHash3(uint size, uint opt = size_t.sizeof == 8 ? 64 : 32)
pure nothrow
void
put
(
scope const(ubyte)[] data...
)

Meta