:::

final case class :::[+H <: Index, +T <: Indices](head: H, tail: T) extends Indices
trait Serializable
trait Product
trait Equals
trait Indices
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String
Definition Classes
Any

Inherited methods

def :::[H <: Index, This >: H ::: T <: Indices](head: H): H ::: This
Inherited from:
Indices
def indices: Seq[Int]
Inherited from:
Indices
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product