sml 中是否有将字符列表转换为字符串的函数?

Is there a function in sml for converting a list of chars into a string?

我想知道是否有内置函数而不是编写可以执行此操作的代码。

- implode [#"a", #"b"];
val it = "ab" : string