MurmurHash3.finish
ubyte[Element.sizeof] finish() pure nothrowFinalizes the computation of the hash and returns the computed value. Note that finish can be called only once and that no subsequent calls to put is allowed.
ubyte[Element.sizeof] finish() pure nothrowFinalizes the computation of the hash and returns the computed value. Note that finish can be called only once and that no subsequent calls to put is allowed.