lua.wetgenes.tardis.array.__add
r = array.__add(a,b)
Add a to b and return a a.new(result) so the class returned will match the input class of a and neither a or b will be modified.
r = array.__add(a,b)
Add a to b and return a a.new(result) so the class returned will match the input class of a and neither a or b will be modified.