Unpacker.unpack

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T unpack()
  2. T unpack(T defValue)
  3. typeof(this) unpack(Types objects)
  4. T unpack()
    struct Unpacker(Stream = const(ubyte)[])
    T
    unpack
    (
    T
    )
    ()
    if (
    isInputBuffer!(Stream, ubyte)
    )
  5. bool unpack(T array)
  6. T unpack()
  7. T unpack()

Meta