The OpenD Programming Language

Fp.isSpecial

struct Fp(uint size)
scope const @property
bool
isSpecial
()
if (
size % (uint.sizeof * 8) == 0 &&
size >= (uint.sizeof * 8)
)

Meta