SliceDefault

org.saddle.index.SliceDefault
class SliceDefault[T](k1: T, k2: T) extends Slice[T]

Represent a slice from one key to another, inclusive.

Type parameters

T

Type of Key

Value parameters

k1

First key

k2

Second key

Attributes

Graph
Supertypes
trait Slice[T]
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

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