A slice seems overkill to refer to just one object, but is that
the best way ?

struct Tree
{
    Tree[] children;
}

Is one way to do it.

Reply via email to