com.github.arturopala.bufferandslice.Slice
See theSlice companion trait
object Slice
Slice companion object. Host factory methods.
Attributes
Members list
Value members
Concrete methods
Creates new detached Slice out of given value sequence.
Creates new detached Slice out of given value sequence.
Attributes
Creates new unbound Slice of function of integers.
Creates new unbound Slice of function of integers.
Attributes
Creates new bounded Slice of function of a range of integers.
Creates new bounded Slice of function of a range of integers.
Attributes
Creates an empty Slice of given type.
Creates an empty Slice of given type.
Attributes
Creates new Slice of given array values.
Creates new Slice of given array values.
Attributes
- Note
-
This DOES NOT make a copy, any changes to the underlying array will directly affect the slice output. For full immutability does not share array reference with other components.
In this article