XXHash64.finish

struct XXHash64
pure nothrow @safe @nogc @trusted
ubyte[8]
finish
()

Return Value

Type: ubyte[8]

the finished XXHash64 hash. This also calls start to reset the internal _state.

Meta