ArraySlice

com.github.arturopala.bufferandslice.ArraySlice
See theArraySlice companion class
object ArraySlice

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
ArraySlice.type

Members list

Value members

Concrete methods

def apply[T](head: T, tail: T*): ArraySlice[T]

Creates new detached ArraySlice out of given value sequence.

Creates new detached ArraySlice out of given value sequence.

Attributes

def empty[T]: ArraySlice[T]
def of[T](array: Array[T]): ArraySlice[T]
def of[T](array: Array[T], from: Int, to: Int): ArraySlice[T]