LoopNum.opBinary

Undocumented in source. Be warned that the author may not have intended to support it.
  1. This opBinary(T rhs)
  2. This opBinary(T rhs)
    struct LoopNum(T, T min, T max)
    opBinary
    (
    string op : "-"
    )
    (
    T rhs
    )
    if (
    min < max ||
    isIntegral!T &&
    isSigned!T
    &&
    max == T.min
    )

Meta