It crashes even if you feed it a leaf node (which only consists of one int). If 
you change nodes: seq[Node] into nodes: seq[string] or something else, it works 
normally, but why does it make a difference when the nodes field is inactive?

Reply via email to