UniTree.opBinaryRight

Checking for the presence of the node in the specified path

It the node is an object, the we try to find the embedded objects in the specified path

struct UniTree
inout
inout(UniTree)*
opBinaryRight
(
string op
)
(
string path
)
if (
op == "in"
)

Parameters

path string

The path to the desired site

Meta