lunatik icon indicating copy to clipboard operation
lunatik copied to clipboard

add `__concat` metamethod to `luadata`

Open sav opened this issue 1 year ago • 0 comments

the idea is to allow things like:

d = data.new(10)
d:setstring(0, 'abc')
print('d = ' .. d)

sav avatar Sep 03 '24 11:09 sav