pojoArrayType

fun pojoArrayType(elementType: A_Type, sizeRange: A_Type): AvailObject

Create a pojo type that represents an array of the specified element type.

Return

The requested pojo type.

Parameters

elementType

The element type. This may be any Avail type, not just a pojo type.

sizeRange

An integer range that specifies all allowed array sizes for instances of this type. This must be a subtype of whole number.