OpArrayLL

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

Value members

Inherited methods

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

Transforms all values from the given collection.

Transforms all values from the given collection.

Inherited from:
OpArray
def transformActive(from: Array[Long], fn: Long => Long): Unit

Transforms all active key-value pairs from the given collection.

Transforms all active key-value pairs from the given collection.

Inherited from:
OpArray