|
Go backward to Representation Go up to Arrays Go forward to Allocation |
|
Specification: Defines an array handle a.
Note: The second form is equivalent to
Array<T> awhich is in turn equivalent to but more efficient than
a.alloc(n)
Array<T> a
a=Array<T>::Alloc(n)