Long.G.Collection

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

Long Specialized Generic Collection

To be used with Long based opaque values.

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

Def

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

Extension

inline def ~~[A <: Any.Long]: Long.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