Adds all values from source
table into the target
table. This is most useful for sequential tables, not "dictionary" or "map" tables. See table.Merge if you want to merge 2 tables into one.
See table.insert for a function that adds a single value, and table.Inherit for a function that inherits keys from one table to another.