Mod.this

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

  1. this(U value)
  2. this(Mod!(n, U) rhs)
    struct Mod
    this
    (
    size_t n
    U
    )
    (
    Mod!(n, U) rhs
    )
    if (
    n <= m &&
    isIntegral!U
    )

Meta