var.decode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. T decode(ubyte[] buffer, size_t index)
  2. T decode(ubyte[] buffer, size_t* index)
    struct var(T)
    static pure nothrow @safe
    T
    decode
    (
    ubyte[] buffer
    ,
    size_t* index
    )
    if (
    isNumeric!T &&
    isIntegral!T
    &&
    T.sizeof > 1
    )

Meta