MpzSubExpr

MpZ-MpZ subtraction expression.

pure nothrow pragma(inline, true)
struct MpzSubExpr (
T1
T2
) if (
isMpZExpr!T1 &&
isMpZExpr!T2
) {}

Members

Functions

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

Variables

e1
T1 e1;
Undocumented in source.
e2
T2 e2;
Undocumented in source.

Meta