• 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.

    Parameters

    • aValue: any

      the value to consider

    Returns boolean

    if the value is effectively a tree