SNil

case object SNil extends SNil
Companion
class
trait Singleton
trait Product
trait Mirror
trait SNil
trait Shape
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

def #:[H <: Dimension, This >: SNil <: Shape](head: H): H #: This

Prepend the head to this

Prepend the head to this

Inherited from
Shape
def ++(that: Shape): Concat[SNil, that]

Concat with another shape *

Concat with another shape *

Inherited from
Shape
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton

Number of elements in the shape

Number of elements in the shape

Inherited from
Shape
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product
def rank: Rank[SNil]

Number of dimensions represented by this shape

Number of dimensions represented by this shape

Inherited from
Shape

Reverse the dimension list

Reverse the dimension list

Inherited from
Shape
def toSeq: Seq[Int]
Inherited from
Shape