Int3PairArrCompanion

ostrat.Int3PairArrCompanion

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
object HCenStepPairArr.type
object SqCenStepPairArr.type

Members list

Concise view

Value members

Concrete methods

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