class Myst::TMap
- Myst::TMap
- Myst::MutableValue
- Reference
- Object
Defined in:
myst/interpreter/value.crConstructors
Instance Method Summary
-
#==(other : self)
Returns
true
if this reference is the same as other. - #entries : Hash(MTValue, MTValue)
- #entries=(entries : Hash(MTValue, MTValue))
-
#hash(hasher)
See
Object#hash(hasher)
- #type_name
Instance methods inherited from class Myst::MutableValue
ivars : Scope
ivars,
ivars=(ivars : Scope)
ivars=,
truthy?
truthy?,
type_name
type_name
Constructor Detail
def self.new(entries : Hash(Bool | Float64 | Int64 | Myst::MutableValue | String, Bool | Float64 | Int64 | Myst::MutableValue | String) = {} of MTValue => MTValue)
#
Instance Method Detail
def ==(other : self)
#
Description copied from class Reference
Returns true
if this reference is the same as other. Invokes same?
.