XXHash64.put

Use this to feed the hash with data.

Also implements the std.range.OutputRange interface for ubyte and const(ubyte)[].

struct XXHash64
pure nothrow @safe @nogc @trusted
void
put
(
scope const(ubyte)[] data...
)

Meta