BigInt.binaryDecode

Read integer value from a ubyte array (SecureVector!ubyte)

  1. void binaryDecode(const(ubyte)* buf, size_t length)
  2. void binaryDecode(Vector!(ubyte, ALLOC) buf)
  3. void binaryDecode(RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf)
    struct BigInt
    void
    binaryDecode
    (
    ALLOC
    )
    (
    auto const ref RefCounted!(Vector!(ubyte, ALLOC), ALLOC) buf
    )

Parameters

buf RefCounted!(Vector!(ubyte, ALLOC), ALLOC)

the array to load from

Meta