I had to change the signature for move_node otherwise it would not be possible to differentiate between setting a value to niland omitting the value. I used a keyword list since this a classic for optional parameters. Another option would be to use a map like for insert_node
I had to change the signature for
move_node
otherwise it would not be possible to differentiate between setting a value tonil
and omitting the value. I used a keyword list since this a classic for optional parameters. Another option would be to use a map like forinsert_node