Create a Tree
(new Tree 'A)
Is there a possibility to share a Tree to share memory?
like
(share TREE A)
((share TREE A) "element"))
I know I could share the (A) to share memory as a list, not a hashed tree .
But Tree is easier to access element than list