INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Item at first position
-- Item at last position
-- Does chain include `v'?
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Index of `i'-th occurrence of item identical to `v'.
-- (Reference or object equality,
-- based on `object_comparison'.)
-- 0 if none.
-- Item at `i'-th position
-- Current cursor index
-- Number of times `v' appears.
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Move cursor to first position.
-- (No effect if empty)
-- Move cursor to last position.
-- (No effect if empty)
-- Move cursor `i' positions. The cursor
-- may end up `off' if the absolute value of `i'
-- is too big.
-- Move cursor to `i'-th position.
-- Is `i' within allowable bounds?
-- Is cursor at first position?
-- Is cursor at last position?
-- Is there no current item?
-- Is `i' correctly bounded for cursor movement?
-- Replace current item by `v'.
-- (Synonym for `replace')
-- Put `v' at `i'-th position.
-- Exchange item at `i'-th position with item
-- at cursor position.
-- Copy of sub-chain beginning at current position
-- and having min (`n', `from_here') items,
-- where `from_here' is the number of items
-- at or to the right of current position.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |