Given a value aValue, returns a boolean telling if the value is effectively a lazy tree.
aValue
The values inside the tree that are frozen are not thawed by this function. Hence the verification is done up to the frozen nodes.
the value to consider
if the value is effectively a tree
Given a value
aValue
, returns a boolean telling if the value is effectively a lazy tree.The values inside the tree that are frozen are not thawed by this function. Hence the verification is done up to the frozen nodes.