BasicInterval.opCmp

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

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

Meta