Old arrays

The original array library had a somewhat different API. The new array library can be accessed through the old interface by including #include "oldarrays.h" The only slight difference that may be noticed is that oldarray::size is not an integer, but an object that converts to an integer. The problem is that overloaded functions may ge confused.