Fp.opOpAssign

struct Fp(size_t coefficientSize, Exp = sizediff_t)
ref nothrow return
opOpAssign
(
string op : "*"
)
if (
(
is(Exp == int) ||
is(Exp == long)
)
&&
coefficientSize % (size_t.sizeof * 8) == 0
&&
coefficientSize >= (size_t.sizeof * 8)
)

Meta