QT::MtTerm
Inherits QT::MtNode < Reference < Object
Constants
COSTS = {0, 3, 6, 9, 0, 14, 18, 26, 0, 25, 31, 40, 0, 40, 45, 55, 0, 58, 66, 78}
Constructors
new(key, val = @key, tag = PosTag::Unkn, dic = 0, idx = 0, prio = 2)
SourceClass methods
Instance methods
blank?
Sourcecost
Sourceeach
SourceAppends a String representation of this object which includes its class name, its object address and the values of all instance variables.
class Person
def initialize(@name : String, @age : Int32)
end
end
Person.new("John", 32).inspect # => #<Person:0x10fd31f20 @name="John", @age=32>
lit_str?
Sourcemodifier?
Sourceto_int?
Source