relation

Tests the relation between a and b. A and b can be overlapping or disjoint and a can be a subset of b.

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

Meta