ScopedVar

dotty.tools.backend.sjs.ScopedVar
See theScopedVar companion object
class ScopedVar[A](init: A)

Attributes

Companion:
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Constructors

def this()(implicit ev: Null <:< A)

Concrete methods

def :=(newValue: A): Assignment[A]
def get: A