Deconstruct a tree into its value and its possible empty forest.
The underlying type of the tree. For example, in a numeric tree it would be number.w$lk
number
A pair of the tree root node value and a possibly empty list of children of the type C.
C
Deconstruct a tree into its value and its possible empty forest.