FrozenArray
@native @JSType
A frozen array type is a parameterized type whose values are references to objects that hold a fixed length array of unmodifiable values. The values in the array are of type T.
Since FrozenArray
trait Iterable[T]
class Object
trait Any
class Object
trait Matchable
class Any