Closed this issue 2 years ago · 1 comments
String pool transformer (also can be used with other types.
list_of_strs: list[str] = ["Hello, ", "World!"] print(list_of_strs[0] + list_of_strs[1])
Thought this was already implemented or at least was?