lunatik
lunatik copied to clipboard
add `__concat` metamethod to `luadata`
the idea is to allow things like:
d = data.new(10)
d:setstring(0, 'abc')
print('d = ' .. d)