ModQ

Represents a value and performs calculations in modulo q.

Constructors

this
this(T v)
Undocumented in source.

Members

Functions

opCast
T opCast()
Undocumented in source. Be warned that the author may not have intended to support it.
opEquals
bool opEquals(T operand)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(typeof(this) operand)
Undocumented in source. Be warned that the author may not have intended to support it.
opOpAssign
void opOpAssign(typeof(this) operand)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

value
T value;
Undocumented in source.

Meta