lib/storage/low_level

NATIVE_ARRAY
 This class gives access to the lowest level for arrays both for the C
 language and for the Java language.

 Warning: GURUS ONLY!! Using this class makes your Eiffel code non portable
 on other Eiffel systems. This class may also be modified in further release
 for a better interoperability between Java and C low level arrays.

 Each class using some attribute of NATIVE_ARRAY type need an attribute
 named `capacity' with value set to the size of the NATIVE_ARRAY. Value
 has to be ajusted after each calloc/realloc/create_from.