INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Create a two dimensional array which has `nb_rows'
-- rows and `nb_columns' columns,
-- with lower bounds starting at 1.
-- Make each entry have value `v'.
-- Entry at coordinates (`row', `column')
-- Assign item `v' at coordinates (`row', `column').
-- Assign item `v' at coordinates (`row', `column').
-- Resize if necessary.
-- Remove all items.
-- Rearrange array so that it can accommodate
-- `nb_rows' rows and `nb_columns' columns,
-- without losing any previously
-- entered items, nor changing their coordinates;
-- do nothing if not possible.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |