Adds simple string / integer concatenation functions. Many of the uses of `fmt::format` are simply concatenation of a few strings and integers. `StrCat` is an easier-to-read alternative to such uses of `fmt`.