• 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

    • aList: List<any>

      the list tested for emptiness

    Returns boolean

    • if aList is empty or not