INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create an empty list
-- Number of items
-- Replace current item by `v'.
-- Merge `other' into current structure after cursor
-- position. Do not move cursor. Empty `other'.
-- Add `v' to the right of cursor position.
-- Do not move cursor.
-- Add `v' to beginning.
-- Do not move cursor.
-- Add `v' to end.
-- Do not move cursor.
-- Merge `other' into current structure before cursor
-- position. Do not move cursor. Empty `other'.
-- Add `v' to the left of cursor position.
-- Do not move cursor.
-- Current item
-- Current cursor position
-- Is there a current item that may be read?
-- Can the cursor be moved to position `p'?
-- Is there a current item that may be written?
-- Is cursor on first item?
-- Is cursor on last item?
-- Move cursor to position `p'.
-- Select current item as the first.
-- Move to position currently selected as first.
-- Remove item to the left of cursor position.
-- Do not move cursor.
-- Remove item to the right of cursor position.
-- Do not move cursor.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |