Byte.G.Pack

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

Def

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

Get void instance

Get void instance

Source
Pack.scala

Implicit

implicit inline def implicitFromStream[A <: Any.Byte](v: Byte.G.Stream[A]): Byte.G.Pack[A]
implicit inline def implicitRequest[A <: Any.Byte](v: VOID): Byte.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