Closed itskekoff closed 1 year ago
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?
String pool transformer (also can be used with other types.