FNV.finish

Returns the finished FNV digest. This also calls start to reset the internal state.

struct FNV(ulong bitLength, bool fnv1a = false)
pragma(inline, true) @trusted pure nothrow @nogc
ubyte[bitLength / 8]
finish
()

Meta