Slice
object Slice
Slice companion object. Host factory methods.
- Companion
- class
class Object
trait Matchable
class Any
Value members
Methods
Creates new Slice of given array values.
- 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.