BasicInterval.opCmp

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

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

Meta