Store

dotty.tools.dotc.util.Store
See theStore companion object
final class Store(elems: Array[AnyRef | Null]) extends AnyVal

Attributes

Companion:
object
Graph
Supertypes
class AnyVal
trait Matchable
class Any

Members list

Concise view

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