dotty.tools.dotc.core.Definitions
An extractor for multi-dimensional arrays. Note that this will also extract the high bound if an element type is a wildcard. E.g.
Array[_ <: Array[_ <: Number]]
would match
MultiArrayOf(<Number>, 2)
An extractor for multi-dimensional arrays. Note that this will also extract the high bound if an element type is a wildcard. E.g.
Array[_ <: Array[_ <: Number]]
would match
MultiArrayOf(<Number>, 2)