Myst::Underscore
Inherits Myst::StaticAssignable / Myst::Node / Reference / Object
An underscore-prefixed identifier. Underscores are specifically intended to be used as ignored values (values where an assignment is needed to be semantically correct, but where the value is not used).
_[a-zA-Z0-9]*
Instance methods
==(other : self)
The name of an underscore is inconsequential. So long as two objects are Underscore nodes, they should be considered equal.
hash(hasher)
The name of an underscore is inconsequential. So long as two objects are Underscore nodes, they should be considered equal.