minus

open operator fun minus(other: TreeNode): TreeNode

Returns a tree node containing all nodes of the original tree node except the nodes contained in the given other tree node.

Return

a tree node

Sources

jvm source
Link copied to clipboard