SeqToIndex

org.saddle.package$.SeqToIndex
implicit class SeqToIndex[X](ix: Seq[X])(implicit evidence$4: ScalarTag[X], evidence$5: Order[X])

Augments Seq with a toIndex method that returns a new Index instance.

For example,

 val i = IndexedSeq(1,2,3)
 val s = i.toIndex

Type parameters

X

Type of index elements

Value parameters

ix

A value of type Seq[X]

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def toIndex: Index[X]