Relation.merge

Merges two relations into their union.

struct Relation(TupleT)
merge
(
T
)
()
if (
hasMember!(T, "elements") &&
is(ElementType!(typeof(other.elements)) == TupleT)
)

Meta