Const
Compute the cartesian product of multiple trees into a single tree. Returns a leaf node containing an empty array if the input is empty.
Cartesian product will be computed on this iterable of trees.
The tree that is the cartesian product of all given trees.
Compute the cartesian product of multiple trees into a single tree. Returns a leaf node containing an empty array if the input is empty.