All Downloads are FREE. Search and download functionalities are using the official Maven repository.

scalqa.lang.float.g.Idx.scala Maven / Gradle / Ivy

There is a newer version: 1.0
Show newest version
package scalqa; package lang; package float; package g; import language.implicitConversions

trait Idx[A<:RAW] extends Val.Idx[A] with Collection[A]:
  /**/                   def apply(i: Int) : A
  @tn("stream") override def ~             : Stream[A] = Z.Stream_ofIdx(this)
  /**/          override def contains(v: A): Boolean   = {var i=0; val sz=size; while(i




© 2015 - 2024 Weber Informatics LLC | Privacy Policy