I'm using the bounded version of the Multiway Tree. I can create my element type and instantiate a tree of my type but how do I create the root? I see several forms of Insert_Child. All my attempts at using Insert_Child fail because I use No_Element for the Parent or Before argument.
Does anyone have an example of using the multiway tree package they can point me to?
I'm using the free Gnat version of Ada if it matters.
Create a variable of type
Tree; there's a hint in the ARM,Something like
the output of which is