
get_indexes(+LCOL, -Indexes)

   Retrieves the list of indexes

Arguments
   LCOL                A list collection
   Indexes             List of indexes

Type
   library(list_collection)

Description
Complexity O(ListCount).

Modes and Determinism
   get_indexes(+, -) is det

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

See Also
   get_list / 3, terminate_and_get_list / 3, terminate_all_lists / 2
