OpArrayII

object OpArrayII extends OpArray[Int, Int]
class OpArray[Int, Int]
class Object
trait Matchable
class Any

Value members

Inherited methods

def map(from: Array[Int], fn: Int => Int): Array[Int]

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from:
OpArray
override def mapActive(from: Array[Int], fn: Int => Int): Array[Int]
Definition Classes
Inherited from:
OpArray