SliceFrom

class SliceFrom[T](k: T) extends Slice[T]

Represent a slice from key to end of index

Type parameters:
T

Type of Key

Value parameters:
k

Key to slice from

Companion:
object
trait Slice[T]
class Object
trait Matchable
class Any

Value members

Concrete methods

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