Unpacker.rollback

Undocumented in source. Be warned that the author may not have intended to support it.
  1. void rollback(size_t size, string expected, Format actual)
    struct Unpacker(Stream = const(ubyte)[])
    version(betterC)
    void
    rollback
    (
    size_t size
    ,
    string expected
    ,)
    if (
    isInputBuffer!(Stream, ubyte)
    )
  2. void rollback(size_t size, string expected, Format actual)

Meta