MultiArrayOf
dotty.tools.dotc.core.Definitions.MultiArrayOf
object MultiArrayOf
An extractor for multi-dimensional arrays. Note that this will also extract the high bound if an element type is a wildcard upper-bounded by an array. E.g.
Array[? <: Array[? <: Number]]
would match
MultiArrayOf(<? <: Number>, 2)
Attributes
- Graph
-
- Supertypes
- Self type
-
MultiArrayOf.type
Members list
In this article