OR Toegher Two Indexed Tables

t = util.tio(ta, tb)

"OR" together two indexed tables.
If any indexed entry of ta is nil, the value of tb is used instead.

Parameter Type Description
ta table First table
tb table Second table
Returns Type Description
t table Table of ta OR tb