RingView

io.github.scala_tessella.ring_seq.RingView
See theRingView companion class
object RingView

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
RingView.type

Members list

Value members

Concrete methods

def apply[A](elems: A*): RingView[A]
def from[A](source: IterableOnce[A]): RingView[A]

Creates a view over a source sequence: no copy if the source is an IndexedSeq, otherwise a one-time copy to a Vector.

Creates a view over a source sequence: no copy if the source is an IndexedSeq, otherwise a one-time copy to a Vector.

Attributes