INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Item at the `i'-th position.
-- Is item `t' present in the array?
-- Index of item `t' starting from 1 for the first item or
-- 0 if there is no such item
-- Retreive a part of array.
-- Appends specified object to the end of the array
-- Insert an item at a specified location
-- Insert an item `t' before an item `before'
-- Insert an item `t' after an item `after'
-- Remove an item at the specified position.
-- Remove an item `t'
-- Replace an item at the specified position.
-- Remove all items.
-- Copy contents of another array into this one
-- loosing its previous contents (if any).
-- Append the contents of another array to the end.
-- Remove all elements and make an array of `new_size' items.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |