OpArraySS

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

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

Inherited from
OpArray