List Comparator Tree Node
open fun ListComparatorTreeNode(s: ListComparator, left: ITreeNode<out Any>, right: ITreeNode<out Any>)
Content copied to clipboard
Parameters
s
The comparator to use
left
the left ITreeNode (a List or Variable)
right
the right ITreeNode (a List)