MpzNegExpr

MpZ negation expression.

pure nothrow pragma(inline, true)
struct MpzNegExpr (
A
) if (
isMpZExpr!A
) {}

Members

Functions

eval
MpZ eval()
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

e1
A e1;
Undocumented in source.

Meta