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]
implicit val unshowEv: Unshow[IntArr]