relation

Return whether a is less than, equal, or greater than b

  1. BoundRelation relation(const(SemVer) a, Inclusive aInclusive, const(SemVer) b, Inclusive bInclusive)
    @safe pure pure
    relation
    (
    const(SemVer) a
    ,,
    const(SemVer) b
    ,)
  2. SetRelation relation(const(VersionRange) a, const(VersionRange) b)

Meta