Store

final class Store(elems: Array[AnyRef]) extends AnyVal
Companion
object
class AnyVal
trait Matchable
class Any

Value members

Concrete methods

def apply[T](loc: Location[T]): T
def newLocation[T](): (Location[T], Store)
def newLocation[T](initial: T): (Location[T], Store)
def updated[T](loc: Location[T], value: T): Store