Aes.opAssign

Assignment from another tuple. Each element of the source must be implicitly assignable to the respective element of the target.

struct Aes
void
opAssign
(
R
)
(
auto ref R rhs
)
if (
areCompatibleTuples!(typeof(this), R, "=")
)

Meta