Interval.opBinary

opbinary + or - to use offset

  1. auto opBinary(Interval!cs other)
  2. auto opBinary(T off)
    struct Interval(CoordSystem cs)
    @safe nothrow pure @nogc
    opBinary
    (
    string op
    T
    )
    (
    T off
    )
    if (
    (
    op == "+" ||
    op == "-"
    )
    &&
    isIntegral!T
    )

Meta