INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |
-- Number of items in the array
-- Allows to append one SORTED_ARRAY (may be Void) to another
-- Allows to substract one SORTED_ARRAY (may be Void) from the current.
-- Search for an element that is equal to `x'
-- Return default value (i.e. Void for reference types) if not found
-- This is used to add new elements into the array.
-- Allows to test if the element is present in the structure or
-- where it should be put. So if there is no such an
-- element in the structure seek will return negative number which means
-- the position after which this element must be in the order of the sort.
INDEX | CLUSTER | FEATURES | SHORT | FRAMES | NO FRAMES |