datacat v0.0.4 (2018-07-26T21:52:10Z)
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
constructors
this
functions
clear
empty
merge
toString
static functions
from
variables
elements
Merges two relations into their union.