Functions for working with strings.
Concatenate two strings.
concat(String.t(), String.t()) :: String.t()
iex> Fxnk.String.concat("hello", "world") "helloworld"