class Myst::TList
- Myst::TList
- Myst::Value
- Reference
- Object
Defined in:
myst/interpreter/value.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #elements : Array(Value)
- #elements=(elements : Array(Value))
- #ensure_capacity(size : Int)
-
#hash(hasher)
See
Object#hash(hasher)
- #type_name
Instance methods inherited from class Myst::Value
ivars : Scope
ivars,
ivars=(ivars : Scope)
ivars=,
truthy?
truthy?,
type_name
type_name
Class methods inherited from class Myst::Value
from_literal(literal : Node)
from_literal
Constructor Detail
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.