- allowsAll
bool allowsAll(const(Confs) a, const(Confs) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- allowsAll
bool allowsAll(const(Confs) a, const(Conf) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- allowsAny
bool allowsAny(const(Confs) a, const(Confs) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- allowsAny
bool allowsAny(const(Confs) a, const(Conf) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- differenceOf
Confs differenceOf(const(Confs) a, const(Confs) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- intersectionOf
Confs intersectionOf(const(Confs) a, const(Confs) b)
Undocumented in source. Be warned that the author may not have intended to support it.
- relation
SetRelation relation(const(Confs) a, const(Confs) b)
Return if a is a subset of b, or if a and b are disjoint, or
if a and b overlap