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.

Attributes

T

Type of Key

k

Key to slice to

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

Members list

Concise view

Value members

Concrete methods

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