MpzPowUExpr

MpZ-ulong power expression.

pure nothrow pragma(inline, true)
struct MpzPowUExpr (
P
Q
) if (
isMpZExpr!P &&
isUnsigned!Q
) {}

Members

Functions

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

Variables

e1
P e1;
Undocumented in source.
e2
Q e2;
Undocumented in source.

Meta