OpArrayLL

object OpArrayLL extends OpArray[Long, Long]
class OpArray[Long, Long]
trait CanMapValues[Array[Long], Long, Long, Array[Long]]
class Object
trait Matchable
class Any

Value members

Inherited methods

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

Maps all values from the given collection.

Maps all values from the given collection.

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