datacat ~master (2018-07-23T16:38:46Z)
Dub
Repo
Relation.merge
datacat
Relation
Merges two relations into their union.
struct
Relation
(TupleT)
auto
merge
(
T
)
(
T
other
)
if
(
hasMember
!(
T
, "elements") &&
is
(
ElementType
!(
typeof
(
other.elements
)) ==
TupleT
)
)
Meta
Source
See Implementation
datacat
Relation
aliases
TT
functions
merge
variables
elements
Merges two relations into their union.