BasicInterval.opCmp

override <, <=, >, >= to compare directly to int: compare only the start coordinate

  1. int opCmp(BasicInterval other)
  2. T opCmp(T other)
    struct BasicInterval(T)
    @nogc nothrow const
    T
    opCmp
    (
    const T other
    )

Meta