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)