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)
    struct var(T)
    static pure nothrow @trusted
    T
    decode
    (
    ubyte[] buffer
    ,
    size_t index = 0
    )
    if (
    isNumeric!T &&
    isIntegral!T
    &&
    T.sizeof > 1
    )
  2. T decode(ubyte[] buffer, size_t* index)

Meta