Gobo Eiffel Kernel Library
Copyright (c) 2002, Eric Bezault and others
Eiffel Forum License v2 (see forum.txt)
[041219] Use SPECIAL and KL_SPECIAL_ROUTINES instead.
-- Create a new native array being able to contain n items.
-- Make sure that the lower bound of an_array is zero.
-- Resize an_array so that it contains n items.
-- Do not lose any previously entered items.
-- Note: the returned native array might be an_array
-- or a newly created native array where items from
-- an_array have been copied to.
Routines that ought to be in class NATIVE_ARRAY.
A native array is a zero-based indexed sequence of values,
equipped with features put and item, but the clients
have to keep track of count.