buffer-and-slice
buffer-and-slice
com.github.arturopala.bufferandslice
buffer-and-slice
/
com.github.arturopala.bufferandslice
/
ArraySlice$
ArraySlice
object
ArraySlice
Companion
class
Graph
Super types
class
Object
trait
Matchable
class
Any
Value members
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
]