struct TableObject

Defined in:

interpreter/runtime_object_types.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(data : Hash(TableKeyType, RuntimeValue)) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(data _data = @data) #

[View source]
def data : Hash(TableKeyType, RuntimeValue) #