Documentation
Dlang.org
GyreD (source)
ConstantNode.opEquals
gyre
nodes
ConstantNode
Equivalence check.
The easy case: constants are equal if and only if their values are equal.
struct
ConstantNode
@
nogc
nothrow const pure
bool
opEquals
(
ref
const
(
ConstantNode
)
rhs
)
gyre
nodes
ConstantNode
functions
opEquals
opIndex
toHash
properties
inEdges
outEdges
static functions
dispose
initialize
variables
value
Equivalence check.
The easy case: constants are equal if and only if their values are equal.