IntArr

ostrat.IntArr
See theIntArr companion class
object IntArr

Companion object for the IntArr claas an immutable efficient Array backed sequence for class Ints. Contains apply factory method and implicit type class instances.

Attributes

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

Members list

Value members

Concrete methods

def apply(input: Int*): IntArr

Implicits

Implicits

implicit val eqImplicit: EqT[IntArr]
implicit val showEv: ShowSequ[Int, IntArr]

Show type class instance / evidence for IntArr.

Show type class instance / evidence for IntArr.

Attributes

implicit val unshowEv: Unshow[IntArr]

Unshow type class instance / evidence for IntArr.

Unshow type class instance / evidence for IntArr.

Attributes