CanZipMapKeyValues

Companion
class
class Object
trait Matchable
class Any

Type members

Classlikes

class OpArray[@specialized(Double, Int, Float, Long) V, @specialized(Double, Int, Float, Long) RV] extends CanZipMapKeyValues[Array[V], Int, V, RV, Array[RV]]
object OpArrayCC extends OpArray[Complex, Complex]
object OpArrayDD extends OpArray[Double, Double]
object OpArrayFD extends OpArray[Float, Double]
object OpArrayFF extends OpArray[Float, Float]
object OpArrayID extends OpArray[Int, Double]
object OpArrayII extends OpArray[Int, Int]
object OpArrayLD extends OpArray[Long, Double]
object OpArrayLL extends OpArray[Long, Long]
object OpArraySD extends OpArray[Short, Double]
object OpArraySS extends OpArray[Short, Short]

Value members

Concrete methods

def canZipMapSelf[S]: CanZipMapKeyValues[S, Unit, S, S, S]

Implicits

Implicits

implicit def opArray[@specialized V, @specialized RV](implicit evidence$2: ClassTag[RV]): OpArray[V, RV]