# File htree/traverse.rb, line 35
    def each_child_with_index(&block) # :yields: child_node, index
      children.each_with_index(&block)
      nil
    end