Slice

trait Slice[+T]

Slice provides a methodology so that when it is applied to an index, it produces an lower (inclusive) and upper (exclusive) integer offset at which to slice.

Companion:
object
class Object
trait Matchable
class Any
class SliceAll
class SliceDefault[T]
class SliceFrom[T]
class SliceTo[T]

Value members

Abstract methods

def apply[U >: T](idx: Index[U]): (Int, Int)