Unpacker.read

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ubyte read()
  2. auto read(size_t size)
    struct Unpacker(Stream = const(ubyte)[])
    nothrow
    read
    (
    size_t size
    )
    if (
    isInputBuffer!(Stream, ubyte)
    )

Meta