IntSlice

object IntSlice
Companion
class
class Object
trait Matchable
class Any

Value members

Methods

def apply(head: Int, tail: Int*): IntSlice
Creates new detached IntSlice out of given integers.
def of(array: Array[Int]): IntSlice
def of(array: Array[Int], from: Int, to: Int): IntSlice