
terminate_all_lists(+LCOL, -Indexes)

   Terminates all internal lists in the collection, and gets the list of indexes

Arguments
   LCOL                A list collection
   Indexes             List of indexes

Type
   library(list_collection)

Description
Complexity O(ListCount).

Modes and Determinism
   terminate_all_lists(+, -) is det

Exceptions
     5 --- LCOL is not a list collection.

See Also
   get_list / 3, terminate_and_get_list / 3, reinit / 2, get_indexes / 2
