CRC.peek

Works like finish but does not reset the internal state, so it's possible to continue putting data into this CRC after a call to peek.

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

Meta

Suggestion Box / Bug Report