OpArraySS

object OpArraySS extends OpArray[Short, Short]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

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