dparsergen v0.1.0 (2023-05-07T14:44:42Z)
Dub
Repo
Union.opAssign
dparsergen
core
nonterminalunion
GenericNonterminalUnion
Union
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
Source
See Implementation
dparsergen
core
nonterminalunion
GenericNonterminalUnion
Union
aliases
Location
functions
get
getT
isType
opAssign
setT
static functions
create
static variables
nonterminalIDs
templates
NonterminalType
unions
__anonymous
variables
nonterminalID
values