wrapInArrayTypes
open fun wrapInArrayTypes(type: Type, arrayBracketPairLists: Array<List<ArrayType.ArrayBracketPair>>): Type(source)
Takes lists of arrayBracketPairs, assumes the lists are ordered outer to inner and the pairs are ordered left to right. The type gets wrapped in ArrayTypes so that the outermost ArrayType corresponds to the leftmost ArrayBracketPair in the first list.