atoti.string.concat module# atoti.string.concat(*measures, separator='')# Concatenate measures together into a string. Parameters measures (Union[date, datetime, int, float, str, Iterable[int], Iterable[float], MeasureDescription, MeasureConvertible]) – The string measures to concatenate together. separator (str) – The separator to place between each measure value. Return type MeasureDescription