BigIntHelper.fromBytes

Create a BigInt from an array representing a magnitude, most significant element first.

!! Prior to Phobos version 2.094 here is a performance bottleneck.

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

Meta