class Cosmo::Intrinsic::Table

Defined in:

cosmo/runtime/intrinsic/table.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(interpreter : Interpreter, value : Hash(ValueType, ValueType)) #

[View source]

Instance Method Detail

def get_method(name : Token, required = true) : IFunction | Nil #

[View source]