You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your awesome library! I use it in my primecount project.
I would like to erase a subelement/subtree, e.g. in the example below I would like to erase ["S2_hard"]["thread1"]. Note that "thread1" may also exist in other subtrees e.g. ["S2_easy"]["thread1"] which should not be erased.
Hi,
Thanks for your awesome library! I use it in my primecount project.
I would like to erase a subelement/subtree, e.g. in the example below I would like to erase
["S2_hard"]["thread1"]
. Note that"thread1"
may also exist in other subtrees e.g.["S2_easy"]["thread1"]
which should not be erased.How can I achieve this?
The text was updated successfully, but these errors were encountered: