BigInt.binaryDecode

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

Meta