• Given a list aList, returns a boolean telling if the list is empty (i.e contains no element and is in fact equal to nil)

    Parameters

    • anAvlTree: AVLTree<any>

      the list tested for emptiness

    Returns boolean

    • if anAvlTree is empty or not