Documentation
Dlang.org
GyreD (source)
XorNode.initialize
gyre
nodes
XorNode
Initializes an XOR node.
struct
XorNode
@
nogc
nothrow static
err_t
initialize
(
XorNode
*
self
)
Parameters
self
XorNode
*
Address of node being initialized.
Return Value
Type:
err_t
Zero on success, non-zero on failure.
gyre
nodes
XorNode
functions
opEquals
opIndex
toHash
properties
inEdges
outEdges
static functions
dispose
initialize
variables
lhs
result
rhs
Initializes an XOR node.