NextPrevUpTopContentsIndex

sort-object-items-by

Function
Summary

Sorts items according to a sorted-object.

Package

capi

Signature

sort-object-items-by sorted-object items => result

Arguments

sorted-object

An instance of sorted-object or a subclass.

items

A list.

Values

result

A permutation of items .

Description

The function sort-object-items-by sorts items according to the current sort type of sorted-object , as set by sorted-object-sort-by.

Note: if the sort type is reversed, items will be sorted in reverse order.

See also

sorted-object
sorted-object-sort-by


LispWorks CAPI Reference Manual - 25 Jul 2006

NextPrevUpTopContentsIndex