Integer.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto ref opAssign(T rhs)
  2. auto ref opAssign(Integer!(U, E2) rhs)
    struct Integer(T, char E)
    ref
    opAssign
    (
    U
    char E2
    )
    (
    Integer!(U, E2) rhs
    )
    if (
    signed == rhs.signed
    )

Meta