static ChildIteratorType child_begin(const NodeRef N) {
   return N->succ_begin();
 }