BigInt.this

Create a BigInt from an integer in a ubyte array

Parameters

input const(ubyte)*

the ubyte array holding the value

length size_t

size of buf

base Base

is the number base of the integer in buf

Meta