INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create an empty list, setting block_size to b
-- Item at cursor position
-- Item at first position
-- Item at last position
-- Does list include `v'?
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Current cursor position
-- Can the cursor be moved to position `p'?
-- Move cursor to first position.
-- (No effect if empty)
-- Move cursor to last position.
-- (No effect if empty)
-- Move cursor to next position, if any.
-- Move cursor to previous position, if any.
-- Move cursor `i' positions. The cursor
-- may end up `off' if the offset is too big.
-- Move cursor to position `p'
-- Move cursor to first position (at or after current
-- cursor position) where `item' and `v' are equal.
-- (Reference or object equality,
-- based on `object_comparison'.)
-- Replace current item by `v'.
-- Add `v' to end.
-- Add `v' at the beginning.
-- Do not move cursor.
-- Add `v' to the left of current position.
-- Do not move cursor.
-- Add `v' to the left of current position.
-- Do not move cursor.
-- Remove all items.
-- Remove current item
-- Copy of sub-list beginning at cursor position
-- and having min (`n', `count' - `index' + 1) items
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |