INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Entry at index 'i' if in index range
-- Actual number of items
-- Is 'i' within the bounds of the memory region?
-- Replace item at index 'i' by 'v'
-- Replace every item having index in range 'start_index'..'end_index'
-- with 'v'
-- Move range 'lower_index'..'upper_index' by 'distance'
-- positions. Negative 'distance' moves towards lower indices.
-- Free places do not change
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |