phobos-next ~master (2022-05-18T09:58:38.2169964)
Dub
Repo
Mod.opAssign
nxt
modulo
Mod
Mod
Assign from Mod!n, where
n <= m
.
auto ref
opAssign
(U value)
auto ref
opAssign
(Mod!(n, U) rhs)
struct
Mod
ref
auto ref
opAssign
(
size_t
n
U
)
(
Mod
!(
n
,
U
)
rhs
)
if
(
n
<=
m
&&
isIntegral
!
U
)
Meta
Source
See Implementation
nxt
modulo
Mod
Mod
constructors
this
functions
opAssign
opOpAssign
opUnary
manifest constants
max
min
properties
_prop
Assign from Mod!n, where n <= m.