MurmurHash3.put
void put(scope const(ubyte)[] data...) pure nothrowAdds data to the digester. This function can be called many times in a row after start but before finish.
void put(scope const(ubyte)[] data...) pure nothrowAdds data to the digester. This function can be called many times in a row after start but before finish.