Byte.G.Collection

trait Collection[A <: Any.Byte] extends Val.Collection[A] with Able.Contain[A]

Byte Specialized Generic Collection

To be used with Byte based opaque values.

Source
Collection.scala
trait Any.Z.PrimitiveTag.Byte
trait Any.Z.PrimitiveTag
trait Able.Contain[Byte.G.Collection.A]
trait Collection[Byte.G.Collection.A]
trait Able.Size
trait Able.Stream[Byte.G.Collection.A]
class java.lang.Object
trait scala.Matchable
class Any
trait Byte.G.Collection.Mutable[Byte.G.Collection.Mutable.A]
trait Byte.G.Idx.Mutable[Byte.G.Idx.Mutable.A]
class Byte.G.Buffer[Byte.G.Buffer.A]
trait Byte.G.Idx[Byte.G.Idx.A]
class Byte.G.Pack[Byte.G.Pack.A]
class Byte.G.Set[Byte.G.Set.A]

Def

def contains(v: A): Boolean
def size: Int
Inherited from
Collection
Source
__.scala

Extension

inline def ~~[A <: Any.Byte]: Byte.G.Stream[A]

Shortcut to .stream method

Shortcut to .stream method

Call is inlined and is equivalent to calling method "stream" itself.

Source
Collection.scala