WrapperDigest.peek

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

These functions are only available if hasPeek!T is true.

  1. ubyte[] peek(ubyte[] buf)
    class WrapperDigest(T)
    version(StdDdoc)
    final @trusted const
    ubyte[]
    peek
    (
    ubyte[] buf
    )
  2. ubyte[] peek()

Meta

Suggestion Box / Bug Report