The OpenD Programming Language

Fp.opEquals

struct Fp(uint size)
scope const
bool
opEquals
(
const Fp rhs
)
if (
size % (uint.sizeof * 8) == 0 &&
size >= (uint.sizeof * 8)
)

Meta