summaryrefslogtreecommitdiff
path: root/src/library/scalax/collection/generic/nonvariant/VectorTemplate.scala
blob: f0719ea28624d6db5fc0eeeea016523aeb6167cd (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*                     __                                               *\
**     ________ ___   / /  ___     Scala API                            **
**    / __/ __// _ | / /  / _ |    (c) 2003-2009, LAMP/EPFL             **
**  __\ \/ /__/ __ |/ /__/ __ |    http://scala-lang.org/               **
** /____/\___/_/ |_/____/_/ | |                                         **
**                          |/                                          **
\*                                                                      */

// $Id: Sequence.scala 16092 2008-09-12 10:37:06Z nielsen $


package scalax.collection.generic.nonvariant

trait VectorTemplate[+CC[B] <: VectorTemplate[CC, B] with Vector[B], A]
    extends generic.VectorTemplate[CC, A] {self /*: CC[A]*/ => }