Don't use typetree nodetags in basis concept
Here we don't need the tags, because Node::is(leaf|power|Composite)
and the existence of Node::degree() provide all the needed
information and the version without the node tags is also more readable.
Here we don't need the tags, because Node::is(leaf|power|Composite)
and the existence of Node::degree() provide all the needed
information and the version without the node tags is also more readable.