IntSlice

com.github.arturopala.bufferandslice.IntSlice
See theIntSlice companion class
object IntSlice

Attributes

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

Members list

Value members

Concrete methods

def apply(head: Int, tail: Int*): IntSlice

Creates new detached IntSlice out of given integers.

Creates new detached IntSlice out of given integers.

Attributes

def of(array: Array[Int]): IntSlice
def of(array: Array[Int], from: Int, to: Int): IntSlice