WLJS LogoWLJS Notebook

TreeChildren

TreeChildren[tree] extracts the children of the root of the Tree object tree.

Examples

t = Tree[a, {Tree[b, {c, d}], Tree[e, {f}]}];
TreeChildren[t]

Please visit the official Wolfram Language Reference for more details.

On this page