Union.opAssign

Undocumented in source. Be warned that the author may not have intended to support it.
struct Union(SymbolID singleNonterminalID, size_t maxSize)
void
opAssign
(
SymbolID singleNonterminalID2
size_t maxSize2
)
(
Union!(singleNonterminalID2, maxSize2) rhs
)
if (
singleNonterminalID2 != singleNonterminalID ||
maxSize2 != maxSize
)

Meta