ArraySlice

object ArraySlice
Companion
class
class Object
trait Matchable
class Any

Value members

Methods

def apply[T](head: T, tail: T*): ArraySlice[T]
Creates new detached ArraySlice out of given value sequence.
def of[T](array: Array[T]): ArraySlice[T]
def of[T](array: Array[T], from: Int, to: Int): ArraySlice[T]
def empty[T]: ArraySlice[T]