Myst::StaticAssignable
Inherits Myst::Node / Reference / Object
Any node that can appear as-is on the left-hand side of an assignment. This type is only necessary to avoid some type unioning issues with Var, Const, and Underscore throughout the interpreter.
Constructors
Instance methods
==(other : self)
Returns true if this reference is the same as other. Invokes same?.
hash(hasher)
See Object#hash(hasher)
name
Source