relation

Return if a is a subset of b, or if a and b are disjoint, or if a and b overlap

@safe pure pure
relation
(
const(Conf) a
,
const(Conf) b
)

Meta