OpArrayLL

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

Value members

Inherited methods

def foldLeft[B](from: Array[Long], b: B)(fn: (B, Long) => B): B
Inherited from:
CanTraverseValues
Inherited from:
OpArray
def traverse(from: Array[Long], fn: ValuesVisitor[Long]): fn.type
Inherited from:
OpArray