BasicInterval.opCmp

override the <, <=, >, >= operators; we'll use compiler generated default opEqual

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

Meta