HCenArr

ostrat.prid.phex.HCenArr
See theHCenArr companion class

Companion object for HCenArr trait efficient array[Int] based collection for HCens hex grid centre coordinates, contains factory apply and uninitialised methods..

Attributes

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

Members list

Value members

Concrete methods

def fromArray(array: Array[Int]): HCenArr

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an Array[Int].

Attributes

Inherited methods

def apply(elems: HCen*): HCenArr

Apply factory method

Apply factory method

Attributes

Inherited from:
CompanionSeqLikeInt2
override def elemNumInts: Int

The number of Ints that are needed to construct an element of the defining-sequence.

The number of Ints that are needed to construct an element of the defining-sequence.

Attributes

Definition Classes
Inherited from:
CompanionSeqLikeInt2
def fromBuff(buff: BuffIntN[HCen]): HCenArr

Attributes

Inherited from:
CompanionSeqLikeIntN

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].

This method allows a flat Array[Int] based collection class of type M, the final type, to be created from an ArrayBuffer[Int].

Attributes

Inherited from:
CompanionSeqLikeIntN
def ints(inp: Int*): HCenArr

Attributes

Inherited from:
CompanionSeqLikeIntN
def uninitialised(length: Int): HCenArr

returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.

returns a collection class of type ArrA, whose backing Array[Int] is uninitialised.

Attributes

Inherited from:
CompanionSeqLikeIntN

Implicits

Implicits

implicit val eqEv: EqArrayIntBacked[HCenArr]

Implicit flatMap builder instance / evidence for HCenArr.

Implicit flatMap builder instance / evidence for HCenArr.

Attributes

implicit lazy val showEv: ShowSequ[HCen, HCenArr]

Implicit Show type class instance / evidence for HCenArr.

Implicit Show type class instance / evidence for HCenArr.

Attributes

implicit lazy val unshowEv: UnshowSeq[HCen, HCenArr]

Implicit Unshow type class instance / evidence for HCenArr.

Implicit Unshow type class instance / evidence for HCenArr.

Attributes