InBase

final case class InBase[T](elements: Slice[T]) extends Chunk[T]

A chunk, which only appears in the base sequence.

A chunk, which only appears in the base sequence.

Value Params
elements

the slice of the base sequence

trait Serializable
trait Product
trait Equals
trait Chunk[T]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product