Generic Function
get-collection-item returns the item at a specified position in a collection. get-collection-item self index
get-collection-item returns the item at position index from the collection. It achieves this by calling theitems-get-function of the collection. There is also a complementary function,search-for-item which finds the index for a given item in a collection. collectionsearch-for-item