Int.G.Pack

object Pack
class java.lang.Object
trait scala.Matchable
class Any

Def

inline def fromArray[A <: Any.Int](v: Array[Int]): Int.G.Pack[A]
def fromArray[A <: Any.Int](v: Array[Int], sz: Int): Int.G.Pack[A]
def fromStream[A <: Any.Int](v: Stream[A]): Int.G.Pack[A]
def fromVarArg[A <: Any.Int](v: A, vs: scala.collection.immutable.Seq[A]): Int.G.Pack[A]
@targetName("getVoid")
def void[A <: Any.Int]: Int.G.Pack[A]

Get void instance

Get void instance

Source
Pack.scala

Implicit

implicit inline def implicitFromStream[A <: Any.Int](v: Int.G.Stream[A]): Int.G.Pack[A]
implicit inline def implicitRequest[A <: Any.Int](v: VOID): Int.G.Pack[A]

General void instance request

General void instance request

It is possible to use general request VOID to get void instance of this type, thanks to this implicit conversion.

Source
Pack.scala