Algebraic.opAssign

  1. ref opAssign(Algebraic!RhsTypes rhs)
    struct Algebraic(_Types...)
    ref return @trusted
    opAssign
    (
    RhsTypes...
    )
    (
    Algebraic!RhsTypes rhs
    )
    if (
    RhsTypes.length < AllowedTypes.length &&
    allSatisfy!(Contains!AllowedTypes, Algebraic!RhsTypes.AllowedTypes)
    )
  2. ref opAssign(T rhs)
  3. ref opAssign(int rhs)
  4. ref opAssign(uint rhs)

Meta