BigIntHelper.fromBytes

Because std.bigint's member data is a private property, and there is no API setDigit that opens the opposite of getDigit, it can only be shifted by digits one by one. !! Here is a performance bottleneck.

struct BigIntHelper
static
BigInt
fromBytes
pure nothrow
(
in ubyte[] buffer
)

Meta