I am attempting to implement an n-ary tree using jitclass. Each node of the tree would have a dictionary of all its children nodes. Here\'s my implmentation:
jitclass