Var

class Var[P, A](val origin: P)
Value Params
P

representation of variable's origin (e.g. source code position)

Companion
object
class Object
trait Matchable
class Any

Value members

Concrete methods

def testEqual[B](that: Var[P, B]): Option[A =:= B]

Concrete fields

val origin: P