new_union


Description:

[ Version ( deprecated = true , deprecated_since = "0.2.2" , since = "0.1.0" ) ]
public TreeList new_union (TreeList sourceTwo)

Warning: new_union is deprecated since 0.2.2.

Construct a new tree list that is filled with all the trees that are present in either this and sourceTwo.

Note:

Use new_union instead.

Parameters:

this

the first tree list to copy

sourceTwo

the second tree list to copy

Returns:

a union of the two tree lists