CRC.finish

Returns the finished CRC hash. This also calls start to reset the internal state.

struct CRC(uint N, ulong P)
@safe pure nothrow @nogc
R
finish
()
if (
N == 32 ||
N == 64
)

Meta

Suggestion Box / Bug Report