array

object array
class Object
trait Matchable
class Any

Extensions

Extensions

extension [T](arr: Array[T])
@targetName("asArray")
def as[B]: Array[B]

Easier cast of elements. Would be nice to do some structural checking here but maybe not...

Easier cast of elements. Would be nice to do some structural checking here but maybe not...