BigInt.decode

Undocumented in source. Be warned that the author may not have intended to support it.
  1. BigInt decode(const(ubyte)* buf, size_t length, Base base)
  2. BigInt decode(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf, Base base)
  3. BigInt decode(Vector!(ubyte, ALLOC) buf, Base base)
  4. BigInt decode(const(Vector!(ubyte, ALLOC)*) buf, Base base)
    struct BigInt
    public static
    decode
    (
    ALLOC
    )
    (
    const(Vector!(ubyte, ALLOC)*) buf
    ,
    Base base = Binary
    )

Meta