CompanionArrPairInt3

ostrat.CompanionArrPairInt3

Helper trait for companion objects of instantiable PairInt3 classes.

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes

Members list

Value members

Concrete methods

def pairsToArrays[A2](pairs: Seq[PairInt3Elem[_, A2]])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])
def reverseTuplesToArrays[A2](pairs: Seq[(A2, Int3Elem)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])

Not sure about the implementation of this method.

Not sure about the implementation of this method.

Attributes

def tuplesToArrays[A2](pairs: Seq[(Int3Elem, A2)])(implicit ct: ClassTag[A2]): (Array[Int], Array[A2])