BigIntHelper.mul

Bug BigInt mul() of phobos will be fixed in version 2.087.0 Details: https://github.com/dlang/phobos/pull/6972

struct BigIntHelper
static
BigInt
mul
pure nothrow
(
const BigInt a
,
const BigInt b
)

Meta