DataNode.opOpAssign

Adds the given entry into the array.

struct DataNode
@nogc
void
opOpAssign
(
string op
)
if (
op == "~"
)

Parameters

rhs DataNode

Value to append

Meta