Appearance
tm_concat
tm_concat takes two or more lists and combines them into a single list.
tm_concat(["a", ""], ["b", "c"]) [ "a", "", "b", "c", ]