Packages

object IndexedVecTyp extends Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IndexedVecTyp
  2. Serializable
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. case class VecPolyRep[U <: Term with Subs[U], X]() extends ScalaPolyRep[RepTerm[Vector[X]], Vector[X]] with Product with Serializable

Value Members

  1. val n: RepTerm[SafeLong]
  2. implicit def vecRep[U <: Term with Subs[U], X](implicit baserep: ScalaPolyRep[U, X]): ScalaPolyRep[RepTerm[Vector[X]], Vector[X]]