Function
ole-array-type element-type => array-type-description
Creates and returns a pseudo-type used to specify array types for the type:, argument-types: or result-type: options when creating a type information instance (an instance of <disp-type-info>).
The argument is the type descriptor (C type or Dylan class) of the elements of the array. If the argument is <VARIANT> or <object>, a heterogeneous array is indicated, in which each element carries its own type information at run time.