SliceFrom

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

Represent a slice from key to end of index

Attributes

T

Type of Key

k

Key to slice from

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)