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)
    struct Unpacker(Stream = const(ubyte)[])
    nothrow
    T
    unpack
    (
    T
    )
    if (
    is(Unqual!T == enum) ||
    isPointer!T
    ||
    isTuple!T
    ||
    isSomeChar!T
    ||
    isNumeric!T
    ||
    is(Unqual!T == bool)
    )
    if (
    isInputBuffer!(Stream, ubyte)
    )
  3. typeof(this) unpack(Types objects)
  4. T unpack()
  5. bool unpack(T array)
  6. T unpack()
  7. T unpack()

Meta