Algebraic.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
  1. ref opAssign(Algebraic!RhsTypes rhs)
  2. ref opAssign(T rhs)
  3. ref opAssign(int rhs)
  4. ref opAssign(uint rhs)
    struct Algebraic(_Types...)
    ref return @trusted
    static if(!(is(T == void)))
    static if(is(Unqual!T == bool))
    static if(contains!ulong && !contains!uint)
    opAssign
    (
    uint rhs
    )

Meta