wrap
Given a double, creates a NumTreeNode and wraps it into a ListTreeNode.
Return
an IExpression containing the passed element in a set
Parameters
n
the node to wrap
Given a HashString, creates the corresponding ITreeNode and wraps it into a ListTreeNode.
Return
an IExpression containing the passed element in a set
Parameters
s
the node to wrap
Wraps a collection of ITreeNode into a new List IExpression.
Return
an IExpression containing all the elements in a set
Parameters
nodes
the nodes to wrap
Given a node, wraps it into a ListTreeNode.
Return
an IExpression containing the passed element in a set
Parameters
node
the node to wrap