The OpenD Programming Language

Fp.opOpAssign

struct Fp(uint size)
ref nothrow scope return
opOpAssign
(
string op
)
if (
op == "*" ||
op == "/"
)
if (
size % (uint.sizeof * 8) == 0 &&
size >= (uint.sizeof * 8)
)

Meta