OpArrayLL

object OpArrayLL extends OpArray[Long]
class OpArray[Long]
trait CanTraverseValues[Array[Long], 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
def isTraversableAgain(from: Array[Long]): Boolean
Inherited from
OpArray
def traverse(from: Array[Long], fn: ValuesVisitor[Long]): fn
Inherited from
OpArray