Another question about `Applier`s. If a node is re...
# compose
d
Another question about `Applier`s. If a node is removed from it, will it every be reinserted again? Assuming just
ComposeNode
is used and not
ReusableComposeNode
. I'm trying to figure out if it's safe to deallocate the node in the
remove
function.