SliceTo

org.saddle.index.SliceTo
See theSliceTo companion object
class SliceTo[T](k: T) extends Slice[T]

Represent a slice from zero to a key.

Type parameters

T

Type of Key

Value parameters

k

Key to slice to

Attributes

Companion
object
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)