case class ArrayView

Members

val xs : Array
def _1 : T1
def apply ( n: Int ) : A
override def className : String

The class name of this collection. To be used for converting to string. Collections generally print like this:

 <className>(elem_1, ..., elem_n)
def copy ( xs: Array [ A ] ) : ArrayView
def copy$default$1 : Array
def length : Int