Mod.Mod

Undocumented in source.

Constructors

this
this(U value)

Construct from value of unsigned integer type UI.

this
this(Mod!(n, U) rhs)

Construct from Mod!n, where n <= m.

Alias This

_prop

Members

Functions

opAssign
auto ref opAssign(U value)

Assign from value of unsigned integer type UI.

opAssign
auto ref opAssign(Mod!(n, U) rhs)

Assign from Mod!n, where n <= m.

opOpAssign
auto ref opOpAssign(U rhs)
Undocumented in source. Be warned that the author may not have intended to support it.
opUnary
auto opUnary()
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

max
enum max;
Undocumented in source.
min
enum min;
Undocumented in source.

Properties

_prop
size_t _prop [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.

Meta