INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Put `v' at proper position in list.
-- The cursor ends up on the newly inserted
-- item.
-- Remove all items identical to `v'.
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Leave cursor `off'.
-- is the structures topologically sorted
-- i.e i < j implies not i_th (i) > i_th (j)
-- sort the list
-- Has O(`count' * log (`count')) complexity.
--| Uses comb-sort (BYTE February '91)
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |