BigInt.decode

Create a BigInt from an integer in a ubyte array

Parameters

buf const(ubyte)*

the binary value to load

length size_t

size of buf

base Base

number-base of the integer in buf

Return Value

Type: BigInt

BigInt representing the integer in the ubyte array

Meta