IntSlice

object IntSlice
Companion:
class
class Object
trait Matchable
class Any

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.

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