[ library(list_collection) | Reference Manual | Alphabetic Index ]
terminate_all_lists(+LCOL, -Indexes)
Terminates all internal lists in the collection, and gets the list of indexes
- LCOL
- A list collection
- Indexes
- List of indexes
Description
Complexity O(ListCount).
Modes and Determinism
- terminate_all_lists(+, -) is det
Exceptions
- (5) type error
- LCOL is not a list collection.
See Also
get_list / 3, terminate_and_get_list / 3, reinit / 2, get_indexes / 2