- Index
- »
- axon
- »
- func:concat
def
func:concat
concat(list, sep: "")
Concatenate a list of items into a string.
Examples:
[1, 2, 3].concat >> "123" [1, 2, 3].concat(",") >> "1,2,3"
Concatenate a list of items into a string.
Examples:
[1, 2, 3].concat >> "123" [1, 2, 3].concat(",") >> "1,2,3"