CompanionSeqLikeLongN

ostrat.CompanionSeqLikeLongN
trait CompanionSeqLikeLongN[A <: LongNElem, ArrA <: SeqLikeLongN[A]]

Helper trait for Companion objects of SeqLikeLongN classes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Abstract methods

def fromArray(array: Array[Long]): ArrA
def uninitialised(length: Int): ArrA

returns a SeqLike collection class of type AA, whose backing Array(s) is / are uninitialised.

returns a SeqLike collection class of type AA, whose backing Array(s) is / are uninitialised.

Attributes

Concrete methods

def fromBuffer(buff: ArrayBuffer[Long]): ArrA